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!View all the Fabric Data Days sessions on demand. View schedule
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.
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.
What I need it to do is show a zero but not overide the filter placed on it
Solved! Go to Solution.
@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
@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
Dude you are a genius
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!