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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
omd001
Frequent Visitor

(BLANK) to return 0 for Card Visuals

Hi,

I am trying to create cards to count the number of projects based on different status.
However, when there are no records for a specific status, DAX is returning (Blank) instead of zero (0).

blankcards.PNG

I have created a measure that counts it, however, I am not certain how to further improve this in a way that it would make the blank results as 0.
Active = COUNTROWS(FILTER('FACT PSR','FACT PSR'[Project: Status] = "Active"))
1 ACCEPTED SOLUTION
AntrikshSharma
Super User
Super User

@omd001 Just add + 0 at the end of the measure.

View solution in original post

2 REPLIES 2
AntrikshSharma
Super User
Super User

@omd001 Just add + 0 at the end of the measure.

Thanks so much, @AntrikshSharma !!! 

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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