The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
How to write a formula =countif(A2:M2,"<=15") in power query?
Solved! Go to Solution.
= List.Count(List.Select(PriorStepName[ColumnName], each _<=15))