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 there,
Is there a way to adjust axis rank to: Rank 1-2, Rank 2-6, Rank 6-10....
Tried to use Sort By but failed on either.
The Rank is from "Position" by using "IF(AND (>=1, <2), "Rank 1-2", IF(AND(>=2, <6), "Rank 2-6"......)
Thanks.
H
Solved! Go to Solution.
Can I reply myself.....😅a little weird....
Resolved by creating a new table with Agg. Rank and Sort number (1,2,3,4,5).
Then create relationship between 2 columns.
Can I reply myself.....😅a little weird....
Resolved by creating a new table with Agg. Rank and Sort number (1,2,3,4,5).
Then create relationship between 2 columns.