Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I want to create a custom column (column 7) that does a count of non-null values in columns 1 to 6.
Need it as a Power Query.
Thank you!
Solved! Go to Solution.
I think you can use a similar principle. Add a custom column as
List.NonNullCount( { [Column 1], [Column 2], [Column 3] } )
I think you could create a new column like
Column 7 =
VAR TmpTable = { 'Table'[Column 1], 'Table'[Column 2], 'Table'[Column 3] }
RETURN
COUNTAX ( TmpTable, [Value] )
Thank you, that solution works for adding a column in the regular table view. But I just realised I need it as a Power Query.
I think you can use a similar principle. Add a custom column as
List.NonNullCount( { [Column 1], [Column 2], [Column 3] } )
Brilliant. Thank you very much!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
80 | |
53 | |
39 | |
39 |
User | Count |
---|---|
104 | |
85 | |
47 | |
44 | |
43 |