Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have the following table,
| Action | Person |
| Pull | A |
| Pull | B |
| Push | A |
| Sit | C |
| Pull | B |
| Sit | B |
| Pull | A |
| Push | C |
I want to convert this to a Table that counts the number of each actions performed by each person,
The Final Table should look like this,
| Pull | Push | Sit | |
| A | 2 | 1 | 0 |
| B | 2 | 0 | 1 |
| C | 0 | 1 | 1 |
How can I do this?
Any help is appreciated
Solved! Go to Solution.
@Anonymous , Create a matrix visual person on row, Action on column and count of action or person in values
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual
@Anonymous , Create a matrix visual person on row, Action on column and count of action or person in values
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual
Thank you. i appreciate your help
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!