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) |
2 Replies
- OliverScheurichGold Contributor
- Riny_van_EekelenPlatinum Contributor
That would be achieved through group by Employees and setting it to Count occurrences.