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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors