Forum Discussion
AndrewKent
Helper I
9 years agoCountif (or equivalent) Per Row in PowerQuery/Dax
Hi, Apologies but although I can see several topics on this, I'm not sure how they fit to my specific issue. I have one table of data that I am modelling. The table contains records assessment at...
- 9 years ago
Hi Andy
Doing a Groupby can solve your problem. See the attached screenshot.GROUPBY
EXPECTED OUTPUT
BhaveshPatel
Super User
9 years agoHi Andy
Doing a Groupby can solve your problem. See the attached screenshot.GROUPBY
EXPECTED OUTPUT
AndrewKent
Helper I
9 years agoPerfect! Exactly what I was after.