Forum Discussion
Deeno_Sebastian
Sep 08, 2022Copper Contributor
COUNTIF in Power Query
Hi friends, Is there way that I can get a similar "countif" function in power query. I need to get the count value in each row. =COUNTIF($D$2:$D$13,D2)
Riny_van_Eekelen
Sep 08, 2022Platinum Contributor
That would be achieved through group by Employees and setting it to Count occurrences.