Embed iframe in dashboard

I am running into the issue of having more than 1000 records in my map: https://github.com/metabase/metabase/issues/11353 and am trying to generate a dashboard that has a map that is constantly being updated and now it is over those 1000 records. Everything else is fine, but I cannot visualize the data I have in my db because of it.

I also have a system, that provided any SQL query that I send it through the API, can generate a map with correct server side vector tiles. For example, for the bug report above, I generate this: https://app.amigocloud.com/api/v1/maps/826/view

Is there a way I can embed this map in an iframe with the rest of the dashboard so I can display these maps that have more than 1000 records?

Hi @rburhum
You might be interested in this issue about clustering:
https://github.com/metabase/metabase/issues/4331 - upvote by clicking :+1: on the first post

As for adding an iframe to a dashboard, no, that’s not possible. There’s a request open on that:
https://github.com/metabase/metabase/issues/7297 - upvote by clicking :+1: on the first post

But you can create your own dashboard (your own HTML code) and add the iframe and specific dashboards/questions from Metabase with Public or Embedding:
https://www.metabase.com/docs/latest/administration-guide/12-public-links.html
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html

I think for Metabase to support large number (many thousands) data points would probably require changing to another library like kepler.gl, but that’s a big change - though probably required to support features like heatmap:
https://github.com/metabase/metabase/issues/3206 - upvote by clicking :+1: on the first post