Forum Discussion
cjl2144
7 years agoNew Member
Power Query - count columns with specific values
Is there a way to implement a "COUNTIF" Excel function in Power Query for a custom column? Preferably without having to write formulas to check the value of each column individually? For example,...
cjl2144
7 years agoNew Member
Thanks for the suggestion. Where can you implement a COUNT for a specific value? All of the options I am able to find only do a count of the number of rows.
Mm3ndoza
7 years agoFrequent Visitor
Select the Nodes columns >> Unpivot Columns >> Filter Values = 6 >> Group by Date and Node and count the rows.