Change IntelliSense Handling of "null" in Power Query from "Null.Type" to "null"
When writing code in Power Query that includes null values, IntelliSense recommends "Null.Type". If you're writing out conditional statements, such as "if [A] > [B] then null", IntelliSense will insert ".Type" at the end of your expression when you hit space or enter/return. This can cause a lot ...
STATUS
DETAILS
New