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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
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.