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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
GunnerJ
Post Patron
Post Patron

Drill Through looking at wrong data

I'm using a measure as my drill through criteria, but when I drill through my chart it brings up the incorrect dataset. 

 

The visual is showing the number of Service Orders closed in a given month but is showing the values for those opened in the given month. In the photos below I'd expect 7 results but are only shown 4. 

 

These are the calculations in question. The first one shows the count of open service orders and those values are showing in the drill through. I have "Closed" in the drill through filters for the drill through page but it's seemingly not being followed. 

Opened = DISTINCTCOUNT(Workflow[BI_SO_NBR])
Closed = CALCULATE([Opened], USERELATIONSHIP(Workflow[BI_CLOSE_DT],Dates[Date]))

Drill Through Results.PNGTree Map Drill Through.PNG

 

 

Any help would be greatly appriecited. Thanks! 

1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User

Measures are not used as filters in drillthrough operations. When you add a measure to a drillthrough page you are really just saying that any visuals using this measure should show this page in the drillthrough menu.

 

So in your example the date filter and type filter will get passed to the drillthrough page, but the table will be using the active relationships. One simple fix for this would be to add the [Closed] measure to the table on the drillthrough page.

View solution in original post

1 REPLY 1
d_gosbell
Super User
Super User

Measures are not used as filters in drillthrough operations. When you add a measure to a drillthrough page you are really just saying that any visuals using this measure should show this page in the drillthrough menu.

 

So in your example the date filter and type filter will get passed to the drillthrough page, but the table will be using the active relationships. One simple fix for this would be to add the [Closed] measure to the table on the drillthrough page.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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