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.
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!
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.
Regards,
Charlie Liao