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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ntaylo06
Resolver II
Resolver II

Multi-row card not showing "0"

I have multi-row cards counting the status's of rows and displaying them. There are a total of 6 possible status values, and when there is 1 or more of each my visual works properly. However, whenever the data is filtered via slicer to a set of data that has 0 of one of these status values, the title and number on the multi row card disappears. 

 

To summarize:

Current Behavior: if count for field =0, field is not shown on card

Wanted Behavior: if count for field = 0, "0" is shown on card

 

Can anone help with this?

2 REPLIES 2
jthomson
Solution Sage
Solution Sage

Might be something where the usual "add +0" trick to the end of your measure works?


@jthomson wrote:

Might be something where the usual "add +0" trick to the end of your measure works?


I tried that already and it doesn't work. My measure is:

Count of Status Blankproof =
IF(ISBLANK(COUNTA('Active'[CR#])), 0, COUNTA('Active'[CR#])) + 0
 
CR# is the field counted after data is sorted by status, FYI

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors