Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
55 | |
54 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |