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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
jamescosten
Helper I
Helper I

Chart not Showing 0 Value items in the Chart and Blank in Cards

I have a chart pulling information from a Sharepoint List that has various filters to show Open vs Closed, Raised in the Month and a Sum Total Back log

jamescosten_0-1665576682400.png

The Open Calculation has the follwoing Structure:

 

Open = CALCULATE(COUNT('Non Conformance Database'[Status]),FILTER('Non Conformance Database','Non Conformance Database'[Status] = "Open"))
 
The same goes for Closed but if none were closed that month i would like the chart to have a data point of 0 and show zero in the Card. How can i get this to work?
1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @jamescosten 

 

You can try the following methods.

Open = CALCULATE(COUNT('Non Conformance Database'[Status]),FILTER('Non Conformance Database','Non Conformance Database'[Status] = "Open"))+0

Sample data:

vzhangti_0-1665645406205.png

vzhangti_1-1665645428318.png

Result:

vzhangti_3-1665645687786.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @jamescosten 

 

You can try the following methods.

Open = CALCULATE(COUNT('Non Conformance Database'[Status]),FILTER('Non Conformance Database','Non Conformance Database'[Status] = "Open"))+0

Sample data:

vzhangti_0-1665645406205.png

vzhangti_1-1665645428318.png

Result:

vzhangti_3-1665645687786.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Such a simple fix, Thank you.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.