The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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.
Ok thank you, I wanted to ensure that there was no easy solution.
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.