March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I've been trying to follow the examples on the forums, but I'm getting the incorrect output when trying to get the Top 5 Entries in my column.
Given the following data:
I would like to get the top 5 results from the table. I tried the following formulas:
[Measure] Violation Ranking = RANKX(ALL(Violation_Data), COUNTA(Violation_Data[Violation]))
[Column] Top Violations = IF([Violation Ranking] > 5, "Others", Violation_Data[Violation])
But I'm still getting all of the results from [Violation] (I think it has something to do with the Calculated Column). I tried using a Visual Filter instead (show only [Violation Ranking] <= 5), but I'm still getting the same results (the [Violation Ranking] of each [Violation] is 1 (which is odd, to say the least) that's why all of the violations are displayed.
Anyone know how to correct the given DAX code?
Solved! Go to Solution.
Okay, so I think I got it. I was able to use Visual Filters to select just the top 5 most recurrent Violations in the table like so:
Okay, so I think I got it. I was able to use Visual Filters to select just the top 5 most recurrent Violations in the table like so:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |