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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

please help me to fix this

Previously, I used a visual card to display the data but if the data is not available in that categories, it will show "Blank". This is a characteristic of my display data.

 

  1. It is in text format.

  2. All have distinct values in terms of text format (6 categories).

My problem is that I wish for my display data to be able to show "NA" or "0" instead of a blank. How can I do this?

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

hi @Anonymous 

 

try to feed the card with a measure like:

Measure = IF([data]<>BLANK(), [data], "NA")

View solution in original post

1 REPLY 1
FreemanZ
Super User
Super User

hi @Anonymous 

 

try to feed the card with a measure like:

Measure = IF([data]<>BLANK(), [data], "NA")

Helpful resources

Announcements
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.