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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Contidional nulls query broke in latest update

 

I have a query that just broke unexpectedly recently after presumably a powerbi update.  You can see the condition that broke in the below image:

= Table.AddColumn(chose2, "NextDate", each if [nd2] is null then null else if [nd2]  >= 2 then [NextDate2] else [NextDate4], type date)

 

It seems that "if [nd2] is null" is causing an error to occur, instead of evaluating properly, when the input is null. This worked successfully previously.

powerbi conditional nulls broke.png

Status: Accepted
Comments
v-yuta-msft
Community Support
v-yuta-msft
Community Support
Status changed to: Accepted