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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
nish2288
Helper I
Helper I

Replace null value

In the table, i am displaying calculted measure,when measure value is null it display blank.

I wanted to display "-" instead of blank.

I am using ISBlank function to check values,if its blank then replace it with "-" and working as expected but the

problem is iteraction is not working. When i click on any item type in second table,value is not getting filtered on 1st table due to this ISBlank funtion.

 

Any idea how to fix this?

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @nish2288

 

Based on your description, it seems that you have more than one table. Do you create the relationship of the two tables?

 

If it is convenient, could you share your table structure?

 

I would appreciate it if you could share a dummy pbix file which can reproduce the scenario, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Stachu
Community Champion
Community Champion

you can try with FORMAT function

Measure = FORMAT(SUM('Table'[Value])+0,"#,##0.00;;-")

it adds 0 to the regular measure to turn BLANKS into 0s, and then applies custom format to 0s as '-'
the measure type is text afterwards, so not sure if it's gonna work for you



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.