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 there!
I've found a few posts asking how to exclude zero from MIN caluclations but I'm having the opposite problem!
I've used the following expression: MIN = CALCULATE(MIN('TABLE'[VARIABLE])+0)
I would have try this :
MIN = CALCULATE(MIN('TABLE'[VARIABLE]))
return
if(isblank(min),0,Min)
Thank you!
So turns out my original expression techincally works - a variation of the one you provided above also works too.
HOWEVER! It seems the problem is actually something within Power BI table behaviour - if I look at raw scores within a table, these do show that some individuals have a MIN score of 0, however, when they're summarized into a group within a table, it shows 1 as the MIN value. Do you understand the logic for this?
Screenshot below shows an example of a group with 4 people in it - with row level detail on the right that shows that some of these people do indeed have a MIN of 0.
Difficult without tables in front.
DPV_MIN is it a rounded result ?
HI
I think these topics can help you
https://community.fabric.microsoft.com/t5/Desktop/DAX-treats-0-as-BLANK-how-to-prevent-it/m-p/342272
Hi there! Thanks for your reply! Unfortuntately, I had already reviewed those resources and didn't find them helpful. If you have other suggestions, I'd really appreciate it! Thanks 😄
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 |