March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Everyone,
I'm trying to
get the output below,I've tried pivoting,groupby and summarize but haven't gotten the desired output.
Input | ||
Project ID | Manager | Coordinator |
P1 | John | Chris |
P2 | Chris | Chris |
P3 | Kam | John |
Output | ||
Name | Project Count | Reference Details |
John | 2 | (P1,P3) |
Chris | 2 | (P1,P2) |
Kam | 1 | (P3) |
Solved! Go to Solution.
You will need to convert the values in rows into comma separated values.
Here is a table showing the output needed
Hi
I was not able to make sense of the Reference logic.
Plus, could you show me how you want it to be used in a Visual, or after you have this information, what all you want to do with it in the calculation?
Instead of consolidating it, it would probably be best if you could get it more expansive in terms of row count.
I'm new to power bi,just trying to solve a challenge
You will need to convert the values in rows into comma separated values.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |