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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ADSL
Post Prodigy
Post Prodigy

How to Change the Blank Value to Text "data not available"

Hi BI Community Team,

 

I have created the measure below to calculate current stock qty, but have issue of some team don't have the data then value show the "Blank".

Total Current Stock Qty = SUMX(VALUES(Inventory[cust_code]), [1. Current Stock Qty])
 
2023-05-12_10-43-02.png
 
I have been tried to add "+0" at the end of measure, it's working fine. But another visual also show the "0" value.
 
Any suggestion/advise? 
 
Thanks and Regards,

 

1 ACCEPTED SOLUTION
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

You could try: 

 

Total Current Stock Qty = COALESCE(SUMX(VALUES(Inventory[cust_code]), [1. Current Stock Qty]),"Data Not Available")

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

You could try: 

 

Total Current Stock Qty = COALESCE(SUMX(VALUES(Inventory[cust_code]), [1. Current Stock Qty]),"Data Not Available")

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Kudoed Authors