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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I have a Power BI embedded report using multiple report pages hidden initially and navigating to each on different button action.
So, is it possible to hide a button or a metric or an entire page itself from the user conditionally using a data value?
Solved! Go to Solution.
HI @Anonymous,
Maybe you can take a look at power bi javascript API, it is possible to use javascript to interact with embedded contents:
Introducing the new Power BI JavaScript API
How to Hide Power BI iFrame Embedded Report Tabs
Regards,
Xiaoxin Sheng
I was able to meet our Use case partially from the suggested help.
Basically, I tried PowerBI Javascript API and was able to interact with the report dynamically controlling the navigations .
Please consider the hide option in page operations too in the upcoming updates in the Javascript API.
Thanks for the help..:)
hi, I have a similar requirement. I am using powerBi report with multiple pages, embeded within the reactJS application. I need to hide certain page based on the user logged in. can someone pls elaborate on the solution pls. thank you
I was able to meet our Use case partially from the suggested help.
Basically, I tried PowerBI Javascript API and was able to interact with the report dynamically controlling the navigations .
Please consider the hide option in page operations too in the upcoming updates in the Javascript API.
Thanks for the help..:)
HI @Anonymous,
Maybe you can take a look at power bi javascript API, it is possible to use javascript to interact with embedded contents:
Introducing the new Power BI JavaScript API
How to Hide Power BI iFrame Embedded Report Tabs
Regards,
Xiaoxin Sheng