Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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:
Solved! Go to Solution.
Hi,
Try this:
Minor risk ratings = CALCULATE(0 + COUNTA('Risk'[Current risk ratings]), 'Risk'[Current risk ratings] IN { "Minor" })
Hi,
Try this:
Minor risk ratings = CALCULATE(0 + COUNTA('Risk'[Current risk ratings]), 'Risk'[Current risk ratings] IN { "Minor" })
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.