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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
rosscortb
Post Patron
Post Patron

Showing zero values?

Hello

 

Any ideas why this is not showing as 0.00% instead of (blank), I tried adding +0 but didn't work.

 

Absence Rate = CALCULATE(DIVIDE([Total Absence Days1],[Total headcount]*22,BLANK()))
 
Thanks
 
Ross
1 ACCEPTED 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

 

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
PattemManohar
Community Champion
Community Champion

@rosscortb It seems fine with your calculation, could you please post the screenshot as well if possible ?





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




absencess.PNG

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

 

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks Lin.

 

Last two worked. 🙂

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors