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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Replacing a blank with a 0

Good Afternoon All

 

I have a table on my Power BI as a visual. Is there a way i can make all the blank cells a ?

Capture.GIFPlease see the attached picutre. 

 

5 REPLIES 5
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

Can you share a PBIX file which can reproduce this error (removing sensitive info)? We need to know more details about the table and columns to find the solution. You can upload the file to some cloud storage service like OneDrive and share the link here.

 

Additionally, see if below link can help solve the circular dependency error.

https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/

 

Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.

amitchandak
Super User
Super User

@Anonymous , Based on what I get, a new measure

 

if(isblank([measure]), "A",[measure])

 

But this might force left join

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak thankyou, i assume i just add the new measure under 'Values'

 

I am recieving the below error

ianboothman84_0-1614597246432.png

 

@Anonymous , close ) asfter isblank(Query[Instance])

 

if(isblank(Query[Instance]), "rto",isblank(Query[Instance])&"")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

thankyou @amitchandak 

seems to be working better but still prodcuing an error. 

ianboothman84_0-1614599504335.png

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.