filter all null values for multiple columns at one time with the M Query below
#"Filtered Rows" = Table.SelectRows(#"Changed Type", each List.Contains(Record.ToList(_),null)=false)
This will help.
filter all null values for multiple columns at one time with the M Query below
#"Filtered Rows" = Table.SelectRows(#"Changed Type", each List.Contains(Record.ToList(_),null)=false)
This will help.
For further actions, you may consider blocking this person and/or reporting abuse
Santosh Shelar -
Mike Young -
Joris Conijn -
Mike Young -
Top comments (0)