The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
not sure what is going on here.. but used RANKX in a calculated column to add into a table for a report.
Function here:
Rank = VAR ThisGroup = 'FA Base Transfer List'[Preference#1]
RETURN
RANKX(Filter('FA Base Transfer List','FA Base Transfer List'[Preference#1] = ThisGroup), 'FA Base Transfer List'[Seniority], ,ASC,Dense)
I am wanting to rank the list of employees by seniority number... the lowest seniority number is the lowest rank. It seems that it is only looking at the first or maybe first and second digit? 477 should be rank #1, not #5 after 4664. Is it something with 3 digit numbers vs 4 digit??
And this is what happens:
Thanks so much for the help!!!
Solved! Go to Solution.
Maybe it's a text field instead of a number field and that's why? It is correctly sorted, alphabetically. But not numerically.
//Mediocre Power BI Advice but hey, it's free//
Maybe it's a text field instead of a number field and that's why? It is correctly sorted, alphabetically. But not numerically.
//Mediocre Power BI Advice but hey, it's free//
duh! thank you!! 🙂
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
79 | |
71 | |
48 | |
41 |
User | Count |
---|---|
138 | |
108 | |
71 | |
64 | |
58 |