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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
vannavada
Frequent Visitor

Drill through on one visual

Hi Users, 

 

I have an issue that I couldnt find solution for. I have a summary page (basically no visuals except a table visual with multiple slicers). From there, I have drill through to a new detail page. But now the new requirement is to have one more detail visual with different columns in the same detail page.

The issue is, this new 2nd detail visual is supposed to show all data for an ID from summary page. For Example, the user has drill through from summary page for ID = 100000 into the detail page, the detail page should show for that row selected but also the new visual is supposed to show all data for ID = 100000. Basically the 2nd visual shouldn't be effected by the drill through but also give all related rows for that ID. 

 

Anyone has any suggestions. Thanks!

1 REPLY 1
Tutu_in_YYC
Super User
Super User

This is a silly recommendation that works.. but not a good practice, i consider this as a HACK. Proceed with caution. Assuming you have star schema:

1. Duplicate the dimension/table that is being filtered and still have that connected to the fact table that will be aggregated. The idea is, drillthrough carries over filter context, but only from a certain table/column. If you have a duplicate of the table, it will only filter the first one (lets call it table A), not the duplicate (lets call this table B). 

2. To make it work, your measure must remove filter context from table A, (use DAX function Removefilter). And create that 2nd visual using table B.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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