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

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.

Reply
Anonymous
Not applicable

Add zero or null in a column which does not have a value

Hello All,

 

I have 4 columns picks up data.

Sometime there is no data in a column, and it shows empty as you can see under the Minor risk ratings column. . 

Please see the screenshot below.
Is there anyway, to add a zero or null when there is no value in a column?

 

For example: The current formula for Minor risk ratings is:

 

Minor risk ratings = CALCULATE(COUNTA('Risk'[Current risk ratings]), 'Risk'[Current risk ratings] IN { "Minor" })
 
screen-10.png
 
Looking forward to hearing from you.
 
Thank you for your reply and support.
 
Dersim
 
1 ACCEPTED SOLUTION
tex628
Community Champion
Community Champion

Hi, 

Try this:

Minor risk ratings = CALCULATE(0 + COUNTA('Risk'[Current risk ratings]), 'Risk'[Current risk ratings] IN { "Minor" })

Connect on LinkedIn

View solution in original post

2 REPLIES 2
tex628
Community Champion
Community Champion

Hi, 

Try this:

Minor risk ratings = CALCULATE(0 + COUNTA('Risk'[Current risk ratings]), 'Risk'[Current risk ratings] IN { "Minor" })

Connect on LinkedIn
Anonymous
Not applicable

Thank you very much @tex628 . It worked well.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.