The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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