Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I have a measure C which is a result of measure A minus measure B.
Measure A has date1 as userrelationship context
Measure B has date2 as userelationship context.
When I drill-through to the page it does not show correct rows on drill through table even when I have Measure C set to 1 on the table visual.
Can any one help?
Solved! Go to Solution.
The issue arises because drill-through filters in Power BI are based on the active relationship in the model, which in your case may not align with the relationships needed for Measure A and Measure B. Since Measure A and Measure B rely on separate relationships (USERELATIONSHIP), using a single drill-through may not apply both date contexts correctly.
The issue arises because drill-through filters in Power BI are based on the active relationship in the model, which in your case may not align with the relationships needed for Measure A and Measure B. Since Measure A and Measure B rely on separate relationships (USERELATIONSHIP), using a single drill-through may not apply both date contexts correctly.
Hi @Kedar_Pande thanks for your response, is there a work around this issue? I'm sure other people have come across this issue.