Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
v_mark
Helper V
Helper V

KPI Rankx on existing measures

Good day,

 

Trying to figure out how I can incorporate Rankx on the current table. More or less it has more than a 1000 rows that has different dates on it.

 

So far these are measurements created using fields inside the table. The Goal is to Rank them individually and it seems the approach that I am using is not working. For example, Separate Rank for IB AHT, Hold, Talk, and Work.

 

rvalenz2_0-1610486410687.png

 

I was thinking if this something needs to be created in power query as well.

 

Sample Pbix file

 

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

Not totally sure what you mean, but here is a measure expression to get the rank for one of your existing measures.  Add it to a table visual with the EmployeeName column.

 

IB AHT Rank = RANKX(ALL('Call Data'[EmployeeName1Current]), [IB AHT])
 
Regards,
Pat




Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Microsoft Employee
Microsoft Employee

Not totally sure what you mean, but here is a measure expression to get the rank for one of your existing measures.  Add it to a table visual with the EmployeeName column.

 

IB AHT Rank = RANKX(ALL('Call Data'[EmployeeName1Current]), [IB AHT])
 
Regards,
Pat




Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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