Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I have a data as below
| Employee Name | Business Unit |
| Jack | ABC |
| Jill | CCD |
| Sam | ABC |
| Andy | DED |
| Mark | CCD |
| Jim | DED |
| Jerry | ABC |
I am trying to create a matrix table and need below output
| Business Unit | Total Employee |
| ABC | 3 |
| CCD | 2 |
| DED | 2 |
I dragged Business Unit into rows in the matrix table and dragged employee name into values and changed to count. However, the values are not matching exactly.
Can you please advise?
Solved! Go to Solution.
Hi,
Drag Business unit to the table viz and write this measure
Measure = counta(Data[Employee Name])
Hope this helps.
Hi,
Drag Business unit to the table viz and write this measure
Measure = counta(Data[Employee Name])
Hope this helps.
@Ashish_Mathur Thanks for your quick reply. I created the above measures. I dragged the business Unit into a row and measure it into a value in the matrix table. However, the values are not matching.
I think I am doing it in a wrong way. Please let me know
Share the download link of your PBI file.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.