cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
nubnaz44
New Member

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
Community Champion
Community Champion

hi @nubnaz44 

 

try to feed the card with a measure like:

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

View solution in original post

1 REPLY 1
FreemanZ
Community Champion
Community Champion

hi @nubnaz44 

 

try to feed the card with a measure like:

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

Helpful resources

Announcements
March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

Power BI Dev Camp Session 32

Ted's Dev Camp - March 30, 2023

In this session, we'll examine important design issues and decisions that arise when developing with Power BI embedding.

Top Solution Authors