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
Help1234
Frequent Visitor

How to drill through to all orders containing an item and still display full order

Hi I am new to Power BI and was wondering how I could setup a drillthrough where you can click on an item/SKU and then be brought to a page containing all orders with that item. The issue I am having is that on that order summary page it will no longer show the rest of the items on those orders. I am basically look for a way to filter/drill through to show all orders conating that item and still display the rest of the items/sku on that order.

 

Thanks 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

It can be done but it is rather complex, especially when you are new to Power BI.  You will need to use disconnected tables for your drillthrough fields and lots of measures that create flags for matching orders and then these measures need to be page filters for the drilltrhough target page.  Did I mention complex?

 

As an alternative what you can try to do in your source page is to have ONLY the SKU in the table, no other columns, and NO page filters. That way you can keep your data model and the drillthrough might work too.

View solution in original post

2 REPLIES 2
Help1234
Frequent Visitor

Ok thank you, I wanted to ensure that there was no easy solution. 

lbendlin
Super User
Super User

It can be done but it is rather complex, especially when you are new to Power BI.  You will need to use disconnected tables for your drillthrough fields and lots of measures that create flags for matching orders and then these measures need to be page filters for the drilltrhough target page.  Did I mention complex?

 

As an alternative what you can try to do in your source page is to have ONLY the SKU in the table, no other columns, and NO page filters. That way you can keep your data model and the drillthrough might work too.

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