Hello,
While building a dashboard displaying multiple times the same metric set, I stumbled up this blog post https://www.dundas.com/resources/dundas-data-visualization-blog/best-practices-for-performance-optimization-of-dashboards-in-dundas-bi which I can summarise in 2 points:
- one metric set = 1 database query, so do no use auto-generated metric sets
- to actually (re)use a metric set, it needs to be slid into a dashboard and then revisualised. Adding data to a component would create an auto-generated metric set.
Now sadly this is too late for me. I have 7 auto-generated metric sets which could actually use and reuse the same explicit metric set I did define for this purpose.
Long story short: can I replace the metric set of a component? If I drop all my components to add them again the right way, I am talking about a good few hours of restyling and more which I would rather not spend. I know it is possible to replace the cube a of metric set, so can I replace the metric set of a component in the same way?
Thanks,