Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm currently developing an application using power bi embedded.
I want, according to some filter selections, to either show or hide some visuals from the page.
Therefore I have 2 alternatives:
- Put all the visuals in one page and then load the appropriate layout, and play with the visibility attribute in the configuration variable. ( and afterwards call report.updateSettings() )
- Duplicate pages with the appropriate visuals that will simulate a specific state of filters, and each time load the appropriate page.
My question is: In terms of performance and cost management, which alternative is better to use ? which one will cosume less RAM and CPU ?
Thank you,