Forum Discussion
Farhana110
2 years agoFrequent Visitor
Dax
Hi, Hope you are doing well and keeping safe! I need the the advice on below scenario. In my dataset, I have column " Manager Name" and employee I'd of their team under each manager. I want to...
FreemanZ
Super User
2 years ago- Farhana1102 years agoFrequent Visitor
ā
āFreemanZ, Thanks for the replay. You can use above sample dataset.
I am looking for below result using calculated DAX,
ABC-4
XYZ-2
PQR - 3
- FreemanZ2 years ago
Super User
hi Farhana110 ,
just plot a table visual with manager column and a measure like:
measure = countrows(tablename)