Forum Discussion
like when you press a button to switch between pages?
I want to be on the same page of the report by clicking on the specific button to switch to another page, how can I do it?
11 Replies
- jocaplan-MSFTMicrosoft Employee
Where is this button located? Is it outside of the report?
- gerych94Frequent Visitor
No, button is located on the page with the report, I want to implement a switch to a specific page on the first page, because I have a lot of pages. Can you help me?
- jocaplan-MSFTMicrosoft Employee
We will have a new client side API soon for embedding that will let you build a page navigation control in your own UX. You may be able to get fancy and try to combine that with a custom visual if you wanted to do it inside the report. I think it would be worth trying.
- gerych94Frequent Visitor
I understand that at the moment this is not functional? and when this functionality appear and where it can be downloaded?
- v-chuncz-msftCommunity Support
Based on my research, every page has its own url. Currently, you could add a hyperlink to a text box or table in a report as an alternative.
- gerych94Frequent Visitor
Can you give me a link to your developers blog?
- gerych94Frequent Visitor
How I can it implement in Power BI Desktop?
- jocaplan-MSFTMicrosoft Employee
This API would be for an embedded web experience,
- gerych94Frequent Visitor
which means I can now realize it in Power BI Desktop?