Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
12 | |
11 | |
8 |
User | Count |
---|---|
24 | |
18 | |
12 | |
11 | |
10 |