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.
Hello, I'm totally a newbie and I've tried to research and watch youtube but nothing seems to be working for me.
It's a ranking problem, sorry. I just want a seperate column that ranks the Total Output % column, 1-29.
Thank you 🙂
Solved! Go to Solution.
@aileenc07 , Close allselected after the full name
rankx(allselected(Table[Full Name]), [Total Output %])
THANK YOU SO MUCH!! IT WORKED
@aileenc07 , In power bi rank happen against some column only
like
rankx(allselected(Table[Column]), [Measure])
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
Rank Tie breaker
https://community.powerbi.com/t5/Community-Blog/Breaking-Ties-in-Rankings-with-RANKX-Using-Multiple-...
https://databear.com/how-to-use-the-dax-rankx-function-in-power-bi/
Hello, thank you so much for responding
this is the error if try it
please help
thanks
@aileenc07 , Close allselected after the full name
rankx(allselected(Table[Full Name]), [Total Output %])
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |