Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Matrix drilldown with bookmark / references

 Hi!

 

I am new to Power BI and the community, so I do not know if the question is posted to the correct place or already answered. But here goes!

 

I was wondering if there is a way to add bookmarks or hyperlinks to the last elements of a drilldown hierarchy. The goal is to show additional data that also contain text fields.

 

Example hierarchy:

Business

  Location

    Department

      Project

 

With Project being the last element in the drilldown it would be cool to be able to click a specific project which would either; redirect the user to a page with additional info on the Project, allowing text fields to be displayed in a tidy manner; or open some kind of textbox that would display the project.

 

Thank you in advance, and best regards

arefossa

  • Hi Anonymous,

     

    You may could use Drillthrough to achieve your requirement.

     

    Firstly, you could create a Drillthrough Page which once you click Drill through it will redirect it to the Drillthrough Page.

     

    On the Page you could create the text box which show the additional information about the project and create a table with the Drill through column, then set all the color of the value in the table to be white. 

     

     

    More details, you could refer to the attachment.

     

    Best Regards,

    Cherry

2 Replies

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi Anonymous,

     

    You may could use Drillthrough to achieve your requirement.

     

    Firstly, you could create a Drillthrough Page which once you click Drill through it will redirect it to the Drillthrough Page.

     

    On the Page you could create the text box which show the additional information about the project and create a table with the Drill through column, then set all the color of the value in the table to be white. 

     

     

    More details, you could refer to the attachment.

     

    Best Regards,

    Cherry

    • Anonymous's avatar
      Anonymous
      Not applicable

      Perfect! Drillthrough achieves exactly what I wish to do! Thanks!