Forum Discussion

Feesern's avatar
Feesern
Frequent Visitor
8 years ago
Solved

Help with Drill Down or Drillthrough Functionality

Hello,   I've started using Power BI just a few days ago and I have the below table being generated. From this table, I would like the ability to drill down to see what makes up each one of the dol...
  • dedelman_clng's avatar
    8 years ago

    In my experience, drillthrough is probably going to be your best bet, where you have it "linked" to a different page that contains the details (others may know differently).  PowerBI adds an arrow at the top left of the destination page to send the user "back" to the original page.

     

    On the destination page you put the key value under the "Drillthrough" section under Filters. In your case you might have to calculate a composite key (project-building) to use as the key value. If you are modelled correctly the drillthrough filter should work the same way as an explicit filter on the detail page. 

     

    However, note that you may need as many detail pages as you have "drillable" columns (5 in your case?) unless you can rig up measures and slicers that switch between the various spend types.

     

    I know this likely wasn't what you wanted to hear, but hope it helps. Others may have different creative solutions.

    David