Forum Discussion
Naviguation between sheets in embedded powerBI dashboard
Hi rnio,
Based on my test, you can start to change page number by using the following steps.
1. Right click page number in the bottom bar and then select “Inspect”, you will see the code for the page number. There is an example for your reference.
2. Directly change the page number in the code to your sheet name.
Thanks,
Lydia Zhang
Hi ankitpatira, Anonymous,
Thanks for your answer.
Unfortunately Lydia, I think ankitpatira is right, this is currently not possible to edit iframe to have sheet names. Your solution works locally but cannot be persistant for other users. The code that you edit is an automated code, generated by the iframe.
- Anonymous9 years agoNot applicable
Hi rnio,
Yes, it is just a temporary solution. And you are able to view the changed page number in current publish to web link.
Thanks,
Lydia Zhang- rnio9 years agoRegular Visitor
Hi Anonymous,
Not sure to understand.
I generated the iframe HTML code on powerBI by selecting "publish to the web". the code looks like :
<iframe width="800" height="600" src="https://app.powerbi.com/view?r=XXX" frameborder="0" allowFullScreen="true"></iframe>
Unless modifing the code below, it's not possible to edit the HTML you mentionned before, because this HTML is auto-generated by the Iframe. If you edit the HTML with google chrome inspector, a refresh of the page (or a loading from a different computer) will erase all your local modifcations.
Do I miss something ?Regards,
Romain NIO.
- Anonymous9 years agoNot applicable
Hi rnio,
Agree with you. I mean that it only works in the current page, once you refresh it, the modification will be reset, and it is not possible to edit the HTML involved in iframe.
Thanks,
Lydia Zhang