Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
i am new to DEX, and I am trying to Create a measure to Rank the columns based on the reoccurrence of (3. Not at all confident ) from Highest to lowest.
Thank you
Solved! Go to Solution.
@Marwas , You can create a measures to get this
M1= count(Table[Gate Are setup Properly])
Assume you need rank on customer
Rankx(allselected(Table[Customer]), [M1])
You can consider Rank function too
Power BI - New DAX Function: RANK - How It Differs from RANKX: https://youtu.be/TjGkF44VtDo
Or visual calculation
Power BI Visual Calculations with Rankx, What is Difference between measure and Visual Calculations- https://youtu.be/PGtBsuNWrfw
@Marwas , You can create a measures to get this
M1= count(Table[Gate Are setup Properly])
Assume you need rank on customer
Rankx(allselected(Table[Customer]), [M1])
You can consider Rank function too
Power BI - New DAX Function: RANK - How It Differs from RANKX: https://youtu.be/TjGkF44VtDo
Or visual calculation
Power BI Visual Calculations with Rankx, What is Difference between measure and Visual Calculations- https://youtu.be/PGtBsuNWrfw
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.