Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
MCornish
Responsive Resident
Responsive Resident

Show zero instead of blank, but maintain filters

I have seen this asked a lot and the accepeted response is always Measure + 0, or an IF statement, or something along those lines.

 

However this give me an issue

 

If I start with this table, you can see that the 3 employees in IT have taken no sick days.

1.PNG

 

If I add the measure to add in the scoring system I would get a blank. Do what is suggested and I get a zero but the filter gets ignored.

 

2.PNG

 

What I need it to do is show a zero but not overide the filter placed on it

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@MCornish , Try something like this.  an new measure

if(max(table[Dept-Employee]) in values(table[Dept-Employee]) , [Measure]+0, blank())

 

[measure] is your existing measure

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@MCornish , Try something like this.  an new measure

if(max(table[Dept-Employee]) in values(table[Dept-Employee]) , [Measure]+0, blank())

 

[measure] is your existing measure

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Really helpful

Dude you are a genius

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.