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 everyone,
I have a table with transactions, users, and transactions type...The idea is count the unique users by transactions type.....Someone can help me please?
| Table 1 | Table 2 | ? | |||
| Transaction ID | User ID | Transaction Type | Transaction Type | Count Unique User ID | |
| 1 | U1 | A | Only A | 1 | |
| 2 | U2 | B | Only B | 1 | |
| 3 | U3 | A | A and B | 2 | |
| 4 | U1 | B | Total | 4 | |
| 5 | U2 | A | |||
| 6 | U4 | B |
Many thanks
Rui
Solved! Go to Solution.
Hi @Anonymous ,
Just create a calculated column to group the users and count them using distinct.
Did I answer your question? Mark my post as a solution!
Ricardo
works perfectly, thanks
Check out the November 2025 Power BI 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!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 12 | |
| 10 | |
| 8 |