Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello, I am trying to create a Power BI Matrix from sales data that looks like:
To create a summary, by sales person, by count of their role in a sale:
I'm probably overthinking this, but can't seem to elegantly accomplish this without building side tables which extract each role and person and then merging those tables together. Anyone have ideas on this?
Solved! Go to Solution.
Hi, in Edit Query Select the 3 columns (Except Opp ID) and Transform Unpivot Columns.
You'll obtain something like this:
Change the name of the Columns. Close & Apply
Finally in a Matrix
Hi, in Edit Query Select the 3 columns (Except Opp ID) and Transform Unpivot Columns.
You'll obtain something like this:
Change the name of the Columns. Close & Apply
Finally in a Matrix
You aren't going to get away from building a separate person table. Once you have done that you can probably write measures --
Total Id := DISTINCTCOUNT(MyTable[Identify])
Total Develop := DISTINCTCOUNT(MyTable[Develop])
...
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 52 | |
| 42 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 111 | |
| 104 | |
| 35 | |
| 27 | |
| 27 |