Excel Formula:
=COUNTIFS(Mondays_Report[PLN Complete],"No",Mondays_Report[EBOM],"")
So, here's what i have for a formula that works with Excel, But, I'm trying to achieve a custom column with this formula using Power Query
=COUNTIFS(Mondays_Report[PLN Complete],"No",Mondays_Report[EBOM],"")
Thanks, that's what I needed.In a new column
= if [PLN Complete] = "No" then null else [PLN Complete]
Then delete the column PLN Complete and your new column replaces it.
You can then group by the new column and select Count as a function for the column