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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Larry130
Frequent Visitor

Fixed Rank

Hi!

 

When you have a table with alll employees names rank from 1 to 10, how do I add more columns in this visualization without affecting the rank built? I've used the DAX below. It work, but I need to add the "Department" just for information, without changing the rank based on all employees.

 

Fault = COUNT(Employee[Fault])
Rank = RANKX(ALL(Employee[Name]),[Fault])

Thanks!

1 REPLY 1
v-caliao-msft
Microsoft Employee
Microsoft Employee

@Larry130,

 

Coudl you please add some screenshots about your report, and provide us some sample data, so that we can make further analysis.

 

We can fix the sort by using Sort feature.
large.png

 

Regards,

Charlie Liao

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors