Forum Discussion
Web-hosted report: change page functionality is now broken
- 7 years ago
This could be done one of two ways:
- Publish to web
- Embedded
Publish to Web
I just tested this with publish to web and it is working fine. See my post below and you can verify this:
Embedded
I tested Embedded code running this and it too is running fine...you too can test this by going here https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html clicking "Run" then go to "interact" and navigation > Set page then "Run" Again
...Suggesting something in your developers code
This could be done one of two ways:
- Publish to web
- Embedded
Publish to Web
I just tested this with publish to web and it is working fine. See my post below and you can verify this:
Embedded
I tested Embedded code running this and it too is running fine...you too can test this by going here https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html clicking "Run" then go to "interact" and navigation > Set page then "Run" Again
...Suggesting something in your developers code
Thanks. Since posting this I have discovered that same method, namely a query string parameter to append to the url which specifies the page you want to see. We were previously using the PostMessage method (another developer found this, I'm not sure where) and that is no longer working.
I would add, though, that this information belongs in the documentation page for publish to web.