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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Calculated column for blank in Power Query

Hello, 

I add a calculated column to power query (M) just to bucket the Agents score per month, how many times they got <89% or >=90% to 97% and >=98% per day on a whole month. The thing is, if the Quality Score column is blank the calculated column returns a Error. (Reference at the picture below). Since my datasource is connected to the sharepoint (which the Quality Team update on everyday basis). Everytime i refresh this error occurs.

xRTP_0-1660923647131.png

 

I tried to = to blank and turns the answer to 0 but it doesnt accept blank as entry.

 

xRTP_1-1660923796052.png

 

Appreciate your reply thanks!

 

 

1 ACCEPTED SOLUTION
ToddChitt
Super User
Super User

Try equals null (lower case) for the condition, or put in a Replace Values step before it that replaces null with 0




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





View solution in original post

2 REPLIES 2
ToddChitt
Super User
Super User

Try equals null (lower case) for the condition, or put in a Replace Values step before it that replaces null with 0




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Anonymous
Not applicable

Works like magic!! Thanks man!!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors