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

How to have Zero if Null in a simple addition of columns

Hello

I'm looking for a solution to get zero by default in the columns underneath when the adddition is = zero.  Because the lack of numbers cut the lines of some graphics (see underneath). Thank you for your help.

 

Sans titre-3.jpg

Sans titre-4.jpg

 

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

HI @PatrickByGecko ,

You can add '+0' to you formula to replace blank result to zero:

CDI =
Table[CDI AIX-] + Table[CDI NIORT-] + Table[CDI PARIS-]+0

BTW, zero value also not display on charts, they will be filtered by visual itself.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

3 REPLIES 3
v-shex-msft
Community Support
Community Support

HI @PatrickByGecko ,

You can add '+0' to you formula to replace blank result to zero:

CDI =
Table[CDI AIX-] + Table[CDI NIORT-] + Table[CDI PARIS-]+0

BTW, zero value also not display on charts, they will be filtered by visual itself.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

Hi PatrickByGecko,

 

You can use the below measure to get zero wherever blank

CDI = if(calculate(sumx(Sumtable,Sumtable[price1]+Sumtable[price2]+Sumtable[price3]))=BLANK(),0,calculate(sumx(Sumtable,Sumtable[price1]+Sumtable[price2]+Sumtable[price3])))

Blankfillwithzero.PNG

Please do let me know if this helped you

 

 

 

It is a good idea. But I have just a problem with a circular reference between CDI DEPART and TURNOVER (I don't understand i see no relation betwen them).Sans titre-3.jpg

 

Sans titre-4.jpg

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.