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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
DeBIe
Post Partisan
Post Partisan

How to use drill through in specific scenario

Hi all,

 

I have designed a report for a customer to monitor changes based on invoicing. Theres a bar chart on the page with all possible changes where they can click the change they want to inspect. Theres a physical drill through button which lights up and can be clicked. The user will be brought to the details page for that change. Which imo is perfect. However.

The customer does not want to navigate to the drill through page via the bar chart. They want to see tiles with possible changes and then navigate to the details page via that specific tile. For example, below is one of the 15 possible changes as a tile with the count.

DeBIe_0-1661160560240.png

 

I've added a button image of an magnifier, for an user to be clicked. I've created a detail page specifically for InvoiceDate details. This works, but I will have to do this for all 15 possible changes. The only difference between these 15 details pages is that theres a filter applied to only show the desired changes. Is there a better way to design this? 

I think it's hard to manage this and not efficient at all. If theres one change needed for the detail page, then I would need to change all 15 pages. I also think this will slow down my report by creating 15 pages (which are hidden, for the user, but still).

 

Any thoughts? Thanks for your time!

1 ACCEPTED SOLUTION

This is not possible using a button navigation, since to have the drill trough button you have to have a single point select for the drill trough filter.

 

In this case you can use a different optioon that are the new tooltips that allow the drill trough to appear on hovering:

MFelix_0-1661349211823.pngMFelix_1-1661349232739.png

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

10 REPLIES 10
MFelix
Super User
Super User

Hi @DeBIe ,

 

Not sure how you have those different tiles setup, but you can create an MGI, Calculation Groups or Field Parameter to have a single measure that picks up the correct measure for each card then if you use that measure on the drill trough page you will be abble to reuse the same option without the need to redo the page 15 times.

 

Only work would be to set up a filter in each tile with the correct "metric value" so that the drill trough would be correct.


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



@MFelix  This sounds like the exact solution that I am looking for. Do you have a example model for me so I can try to implement it in my model? I was just about to start creating those 15 pages for the time being, but if you can help me out?

Hi @DeBIe ,

 

I will prepare a setup and send you the PBIX and explanation by tomorrow.


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi @DeBIe ,

 

In this case you need to use an MGI table with the metrics for the use on the drill trough, however you can have two options, the creation of an MGI table itself or the use of field parameters.

 

Field Parameters:

  • Go to Modeling
    • New Parameter
    • Fields
  • Select the measures that you need

MFelix_0-1661324462814.png

Now you need to setup you cards and drill troughs:

  • Start by creating the cards with the measures you need
  • Add the measure KPI Selection to your filter and any additional filter you need

MFelix_1-1661325125847.png

Setup you drill trough page

  • Create the table has you need instead of using the Measure you need to use the KPI column 

MFelix_0-1661325733104.png

  • Has you can see your table will present all the option for now
  • Add all your measure to the Drill Trough option:

MFelix_1-1661325794202.png

Now the drill trough is available on the card:

MFelix_3-1661325830279.png

 

MFelix_4-1661325839380.png

MGI

  • Create a table with your measures

MFelix_5-1661325880945.png

  • Add the following measure to your model:
KPI Value = SWITCH(SELECTEDVALUE('KPI'[ID]),
1, [Quantity Total],
2, [Value Total])
  • Setup your cards using this measure and be sure to have the KPI column has a filter:

MFelix_6-1661325957198.png

  • Drill trough page is setup in the same way only difference is that you need to use the new metric (KPI value) has a part of your table and has the drill trough:

MFelix_7-1661326037631.png

In this case has you see the table show has blank.

Now the drill trough is available:

MFelix_8-1661326076191.png

 

MFelix_9-1661326085180.png

 

There are pro and cons for using any of this setups so you need to check wich one is best for you.

Believe that the Field parameters altough you have to select the cards the corresponding metric and then add the filter of the parameter it can work better on your case since you don't need to redo your cards just add the field parameter filter, and also add the metrics on the drill trough.

 

If you need further assistance please tell me.

 

Check the PBIX file attach.

 

 

 

 

 

 

 

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi @MFelix 

 

Thank you very much for the file! I have one question tho. How can I navigate to the drill through with the required magnifyer button, without rightclicking?

 

DeBIe_0-1661336296678.png

 

 

Thanks again!

This is not possible using a button navigation, since to have the drill trough button you have to have a single point select for the drill trough filter.

 

In this case you can use a different optioon that are the new tooltips that allow the drill trough to appear on hovering:

MFelix_0-1661349211823.pngMFelix_1-1661349232739.png

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



For some reason the menu doesn't popup when hovering over the card. I've enabled the option and restarted PowerBI. It does work on a barchart. Anything else you did extra to make it work on the card visual?

 

Thanks a lot so far. 

On the card you need to turn on the tooltips, by default on the cards they are turnoff.

 

Can you please check?


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Thank you very much for your help Felix. This works for me.

 

Do you know if it's possible to show the drillthrough possibility instant/immediately, instead of hovering for 1,5 second?

HI @DeBIe ,

 

We can not change the time that the popup takes.


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors