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...
Farhana110
2 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
FreemanZ
Super User
2 years agohi Farhana110 ,
just plot a table visual with manager column and a measure like:
measure = countrows(tablename)