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,...
hnguy71
7 years agoSuper User
My suggestion is to begin by using UNPIVOT OTHER COLUMNS, then use GROUPBY, then do a COUNT for your specific value
- cjl21447 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.