Reply
Marwas
Regular Visitor
Partially syndicated - Outbound

Creating a measure to Rank Columns based on the reoccurrence of specific value

Marwas_0-1722365642098.png

 

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

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

Syndicated - Outbound

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

Syndicated - Outbound

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)