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
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Vitali Sorenko -
Vanny Durby -
Ahmend Riss -
Jordan Knightin -
Top comments (0)