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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Dersim
Helper I
Helper I

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

Thank you very much @tex628 . It worked well.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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