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
Naomig2088
Helper II
Helper II

Using Drill down with parameters

Hi,

Is it possible to use drill-down with parameters? I have a clustered bar chart visual that uses a parameter but I need the drill-down to show the different sub-catergory for each of the fields in the parameter. The parameter is this:

 

SupportParameter = {
    ("Primary Support", NAMEOF('Referral'[primarysupportrequired_display]), 0),
    ("Additional Support", NAMEOF('Referral'[additionalsupportrequired_display]), 1)
}
 
I would like the drill down to show the Other option for the Primary and Additional categories, depending on which the visual is displaying. At the moment I can only get it to move down the hierarchy so it isn't showing accurate information.
 
Any help would be much appreciated!
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Naomig2088 ,

 

Turn on the drill down option by selecting a single down arrow. Drill down one field at a time, a gray background indicates that the drill down option is turned on. The double-arrow drill-down icon drills down to all fields on the canvas at the same time. Your understanding is correct, drill down one layer at a time.


More detailed information can be found in the documentation:

Drill mode in the Power BI service - Power BI | Microsoft Learn

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Hi @Naomig2088 ,

 

You can try to use drillthroughWith drillthrough in Power BI reports, you can create a destination target page in your report that focuses on a specific entity such as a supplier, customer, or manufacturer. When your report readers right-click a data point in other source report pages, they drill through to the target page to get details that are filtered to that context. You can set up drillthrough in your reports in Power BI Desktop or the Power BI service.


You can refer to this example below.
In Page 1:

vkaiyuemsft_0-1725418458134.png

 

In Page 2:

vkaiyuemsft_1-1725418466111.png

 

Eventually you can drill through in page 1.

vkaiyuemsft_2-1725418477095.png

 

Then it will jump to page 2 and display the following.

vkaiyuemsft_3-1725418487591.png

 

More detailed information can be found in the documentation:
Set up drillthrough in Power BI reports - Power BI | Microsoft Learn

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

Hi Clara,

 

Thank you for your response. I understand what you're saying but it's not working for me, unfortuately. The drillthrough doesn't show any more detail than I already have in the original visual.

 

To clarify, what I would like to achieve is when I select 'Other' I can see a breakdown of what subcategories this is comprised of:

Naomig2088_0-1725463709394.png

The breakdown exists as a separate field, so I'm not sure how to achieve this. Similarly, my Additional Support also has an 'Other' option with subcategories, which I would also need to see a breakdown of. Is there any way to achieve this? Any suggestions are very welcome! Thank you.

Anonymous
Not applicable

Hi @Naomig2088 ,

 

Based on your description, I created this data.

vkaiyuemsft_0-1725523639444.png

 

Put these fields in the bar chart and turn on drill down.

vkaiyuemsft_1-1725523648010.png

 

Subsequently click on OTHER or other fields to see the subcategories.

vkaiyuemsft_2-1725523657247.png

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

Naomig2088_0-1725533900594.png

 

Anonymous
Not applicable

Hi @Naomig2088 ,

 

Turn on the drill down option by selecting a single down arrow. Drill down one field at a time, a gray background indicates that the drill down option is turned on. The double-arrow drill-down icon drills down to all fields on the canvas at the same time. Your understanding is correct, drill down one layer at a time.


More detailed information can be found in the documentation:

Drill mode in the Power BI service - Power BI | Microsoft Learn

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

Thank you so much for your help with this.

Hi Clara,

Thank you so much for this. However, my report is producing incorrect results as there are 2 sub fields for Other- one for Primary and one for Additional. So when I click on the Other in Additional, it's drilling down to the Other sub category for Primary. I'm thinking it's because it's higher in the hierarchy? Thank you for your ongoing help.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 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