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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I have a measure that calculates the proportion of an expression from one value compared to two values like below.
The measure works as intended like below.
However when I add 'Revenue Stream'[Revenue Stream] as a column to the matrix like below, I am not getting the results I am expecting.
I thought ALL() removes all filters including those from a visual, I'm assuming I have an imperfect understanding now so would appreciate any help on why this is not behaving as I expected.
Thanks
Solved! Go to Solution.
Is the [Revenue Stream] column sorted by a different column? If so, that sort by column will also be added to the query for the matrix visual, and you would need to remove the filters on that column also.
Is the [Revenue Stream] column sorted by a different column? If so, that sort by column will also be added to the query for the matrix visual, and you would need to remove the filters on that column also.
It is yes. Thanks!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.