The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I have a Matrix which has a Measure that calculates a value at both the Parent and Child levels:
Record ID | Title (calculated via Measure) |
Record A (Parent) | Title A |
Record A expanded to show: Record B (Child) | Title B |
Record B (Parent) | Title B |
In the Matrix, the Title is being reflected as expected, both for the Parent and Child records. But, if I apply a filter where Title = Title B, only Record A is returned. Record B at the Parent level is not listed. It seems the Measure filter is only being applied to the Child levels.
Measure:
@mollycat a possible workaround is to adjust your data model or use disconnected tables to preserve parent rows, but it depends on your exact scenario.
Did it work? 👍 A kudos would be appreciated
🟨 Mark it as a solution to help spread knowledge 💡