Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
wcarter
Advocate II
Advocate II

Single-click drill through?

Looking for help with this, maybe if anyone has an idea if it's on the roadmap, etc.

 

When it comes to education and the data visualization space, every product targeting that market has the ability to go from high level aggregate views to detailed views on individual students with a single click. For example, a table might list students with columns for name, attendance rate, gpa, and discipline count. In edu data viz products each of those values would be a link taking you to a profile of the student, the student's attendance details, the student's grade history, or the student's discipline activity. In power bi, as far as I can tell, the user has to know that they can right click on the data value, go down to drill through, and select the page to go to, or I would need to set up a drill through button for each of those columns and the user would have to select the specific cell and then click the button. Neither of these are as obvious in function to the average user with limited pbi experience as the value in the table being a link they can click on.

 

Is there any way in the product currently to do what I need to do to make drill through as frictionless as possible for my users, and if not does anyone know if it's planned for future development? 

 

Thank you for any and all help with this!

1 ACCEPTED SOLUTION

Per testing, it is possible via conditional formatting. The measure should contain the page name.  

drillthrough page = IF(HASONEVALUE(Dates[Month and Year]), "moyr", "details")




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

5 REPLIES 5
wcarter
Advocate II
Advocate II

Cool, I guess it'll do until drill through links or cell-based conditional bookmarks become a thing.

danextian
Super User
Super User

Hi @wcarter 

 

This isn't currently possible with just a click. Drillthough option can be accessed from the following:

-right clicking a visual a datapoint

-via auto-generated tooltip

danextian_0-1761878376656.png

-or by using a drillthrough button which can only be activated if a datapoint in a visual is clicked.

danextian_1-1761878541735.png

 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Can one button be linked to multiple drill through pages, changing the destination based on which value was selected in the visual?

Per testing, it is possible via conditional formatting. The measure should contain the page name.  

drillthrough page = IF(HASONEVALUE(Dates[Month and Year]), "moyr", "details")




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Hi,

Could you please provide more detail as of how to implement it using the measure.  Thank you so much.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors