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

Customize the Blank message to some text

I am comparing two values in power BI and sometimes it does not match and it is showing message as Blank,,I want to customize the message to "No Data Available"..Please suggest the best and easy way.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You can go to visual level filter and please uncheck the blank values(If any),

Better to share the pbix file (Please change the confidential data) or screenshot with proper requirements.

 

Thanks,
Amit

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi,

You can write your logic in using IF() in DAX.

Create a calculated column like this-

Column = IF(CustomerT[State]="NY",CustomerT[State],"No Data Available")
 
Thanks,
Amit
Anonymous
Not applicable

Thanks Amit..

 

I have two visualization..one for incident by state and other is change by state. These visualization interact with each other.. when there is no change related to incident... then change pie chart greys out and reads "Blank" I want to customize it to "No Data Available" Please help

Anonymous
Not applicable

Hi @Anonymous ,

 

You can go to visual level filter and please uncheck the blank values(If any),

Better to share the pbix file (Please change the confidential data) or screenshot with proper requirements.

 

Thanks,
Amit

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.

Top Solution Authors
Top Kudoed Authors