cancel
Showing results for 
Search instead for 
Did you mean: 
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
Community Champion
Community Champion

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

View solution in original post

2 REPLIES 2
AntrikshSharma
Community Champion
Community Champion

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

Thanks so much, @AntrikshSharma !!! 

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors