Hi there,
I am calculating a column in Power BI. I am checking if another column value is blank by using if condition, for example:
if [column_name] = null then perform some operation
else some other operation.
However, when I hit enter, it throws an error. When I looked into the error I found that another column value is blank and does not have a ‘null’ value. Is there any other way to check the blank value in power query?