Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I am using the following measure to rank a store within its region based on its % to goal:
It works correctly without using a slicer(first image), but it shows different results when using a slicer (second image). Any ideas why?
Solved! Go to Solution.
@Anonymous ,
You can try 'ALL' a 'Table' instead of ‘ALL’ a 'Column'.
% to Goal Rank = RANKX ( FILTER ( ALL ( 'Look ups - Store' ), 'Look ups - Store'[Region] = MAX ( 'Look ups - Store'[Region] ) ), [% to Goal] )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
You can try 'ALL' a 'Table' instead of ‘ALL’ a 'Column'.
% to Goal Rank = RANKX ( FILTER ( ALL ( 'Look ups - Store' ), 'Look ups - Store'[Region] = MAX ( 'Look ups - Store'[Region] ) ), [% to Goal] )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Hi. what happens if your use ALLSELECTED instead of ALL.
Let me know the result
Regards
Victor
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
79 | |
42 | |
40 | |
35 |