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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
I am trying to get the next bottom ranked value that is not zero. This is what I currently have written to return the first ranked lowest value.
Is there a way to write something that says
IF result = 0 then
Maybe this to return positives only into the measure :
Least COUNT =
VAR _rank = CALCULATE(
Audit[Sum Audits and Entries],
FILTER(
System_Users,
RANKX(
System_Users,
Audit[Sum Audits and Entries],,
ASC,
DENSE
) = 1
)
) + 0
VAR Result = If ( _rank > 0 , _rank )
Return
Result Good luck !
Great thought. Unfortunately it just removes the results with zero.
Visualization Filters
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 12 | |
| 11 | |
| 6 | |
| 6 |