Forum Discussion
Anonymous
9 years agoNot applicable
Optimized null checking: measures or power query?
I am creating a number of "health reports" for my client, where I visualize the completeness and accuracy of their source system data. We're starting with the simplest question: what % of rows in eac...
- 9 years ago
Hi Anonymous,
From my point of view, if you're not using direct query mode for your dataset, Method 1 could be a better choice. :smileyhappy:
Regards
Anonymous
9 years agoNot applicable
Forgot to explain the fnNullBool function:
(x) =>
let
nullCheck = Logical.From(if x = null then true else false)
in
nullCheck