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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Replace (BLANK) with "No Data"

Hi,

 

So I have a report with around 40 measures, it's basically 99% done.

I was just wondering if there was a way (without measure) to replace the default value of "(BLANK)" with a more meaningful text for the people who look at the report.

Something like "No data available" would be more meaningful to them than BLANK.

 

Is it possible to change this without adjusting all my measures to IF isblank, text, measure?

 

Thanks in advance!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , as of now there is no such default option.

1. You can add +0 or use coalesce([Measure],0) they will force left join (you will see all dimension value

2. You can use if, same it will force left join

3. Any other formatting like "No value" (using if), you need to change the format to text.

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , as of now there is no such default option.

1. You can add +0 or use coalesce([Measure],0) they will force left join (you will see all dimension value

2. You can use if, same it will force left join

3. Any other formatting like "No value" (using if), you need to change the format to text.

Anonymous
Not applicable

Thanks @amitchandak and @Daviejoe ,

No I don't want to adjust 40 measures just to have it show a certain text 🙂 Was wondering if there was some sort of default option where you could change what, for example, a card would say if there was a blank shown.

 

A 0 would not be representative of what information I would want the visualization to give.

jairoaol
Impactful Individual
Impactful Individual

or there's a way to set a default that you can modify in some settings.

blank is the default.

the only option is to modify each measure or column with 0 at the end or with IF that return the descriptive text you prefer

You could save that text to a measure and reuse it in all measures where you want to validate the BLANK

Daviejoe
Memorable Member
Memorable Member

If you are talking about your individual measures, you could add +0 to the end of your measures (add after you have closed off the last bracket.)

 

So instead of '(blank)' your measure will return a zero.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.