Forum Discussion
Filter report table values as hyperlink
Hello,
I have Power BI Desktop optimized for Report Server. I have two reports within the same report.
Report1 table value should link to Report2. For example:
Report1:
Table1
| a | 1 |
| b | 2 |
| c | 3 |
Report2:
Table1
| Data from row a |
I've followed the steps in this article: Filter a report using query string parameters in the URL by creating a string parameter URL then using conditional formatting and web url to make my column a hyperlink that links to Report2.
This works fine if Report2 was a seperate report that's published to Report Server. However, how can I navigate from Report1 to Report2 within the same report where the table values are a hyperlink?
I want to add a functionality in which if I click on a particular table value it leads me to another page or bookmark in same report.
mdubose ,
The functionality you stated can be easily achieved using Drillthrough. May I ask why you aren't using drillthrough feature?