Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
@thequirkymind , 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
@thequirkymind , 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
9 |
User | Count |
---|---|
17 | |
14 | |
13 | |
13 | |
12 |