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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
F_Reh
Helper IV
Helper IV

SPC Charts (Dev) - Correct data imported but giving error in Visual

Good evening.

 

I am working with SPC Charts (Dev) visual...The data for the most recentl three months (November 2024 to January 2025) are showing correctly in the visual..

 

For example, January 2025 displays as:

 

F_Reh_2-1740346293739.png

 

However, in spite of importing the correct data for the prior months (September 2024 and October 2024)..

 

MonthDenominatorNumeratorPercentage
Sep29781184.0%
Oct38421463.8%

 

The visual shows Error output for these two prior months:

 

F_Reh_0-1740345890238.png

 

 

F_Reh_1-1740345935910.png

 

I would appreciate some guidance...

 

Regards

 

 

2 REPLIES 2
F_Reh
Helper IV
Helper IV

Thanks - it was related to being "nulls". I was using two measures:

 

Denominator_Measure = if(SUM(_Data[X])=0, Blank(), SUM(_Data[X]))

Numerator_Measure = if(SUM(_Data[Y])=0, Blank(), SUM(_Data[Y]))

 

Now I changed these to:

 

Denominator_Measure = SUM(_Data[X])

Numerator_Measure =  SUM(_Data[Y])

 

Now its fine.

 

However, the reason I did it with the earlier method (IF column = 0 then blank()) is related to an earlier query I posed in a different post to remove the 'NANs' which recommended me to build the measure by that method:

 

https://community.fabric.microsoft.com/t5/Desktop/NaN-issue-in-Scorecard-Summary-Table-SPC/m-p/43867...

Anonymous
Not applicable

Hi @F_Reh ,

 

Thanks for reaching out.

You could check the data of two months(September 2024 and October 2024) again to see if there's any nulls or other possible errors caused.

You could also try refreshing the report to make sure all data has been loaded into power bi desktop successfully.

 

Best Regards,
Stephen Tao

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.