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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
Any ideas why this is not showing as 0.00% instead of (blank), I tried adding +0 but didn't work.
Solved! Go to Solution.
hi, @rosscortb
You may try these formula
Absence Rate = CALCULATE ( DIVIDE ( [Total Absence Days1], [Total headcount] * 22, 0 ) )
or
Absence Rate = CALCULATE ( DIVIDE ( [Total Absence Days1], [Total headcount] * 22, 0 ) ) +0
or
Absence Rate = CALCULATE ( DIVIDE ( [Total Absence Days1], [Total headcount] * 22, BLANK () ) ) +0
If you still have the problem, please share a simple sample pbix file.
Best Regards,
Lin
@rosscortb It seems fine with your calculation, could you please post the screenshot as well if possible ?
Proud to be a PBI Community Champion
Thanks any use?
hi, @rosscortb
You may try these formula
Absence Rate = CALCULATE ( DIVIDE ( [Total Absence Days1], [Total headcount] * 22, 0 ) )
or
Absence Rate = CALCULATE ( DIVIDE ( [Total Absence Days1], [Total headcount] * 22, 0 ) ) +0
or
Absence Rate = CALCULATE ( DIVIDE ( [Total Absence Days1], [Total headcount] * 22, BLANK () ) ) +0
If you still have the problem, please share a simple sample pbix file.
Best Regards,
Lin
Thanks Lin.
Last two worked. 🙂
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |