Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ENGFAKAYODE
Helper I
Helper I

How can I pivot like this using power bi

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 ManagerCoordinator
P1JohnChris
P2ChrisChris
P3KamJohn

 

                              Output 
NameProject CountReference Details
John2(P1,P3)
Chris2(P1,P2)
Kam1(P3)
1 ACCEPTED SOLUTION
Shahfaisal
Solution Sage
Solution Sage

You will need to convert the values in rows into comma separated values.

Try this - https://aditya-somwanshi.medium.com/how-to-convert-rows-to-comma-separated-values-in-power-bi-d04a5c...

 

View solution in original post

4 REPLIES 4
ENGFAKAYODE
Helper I
Helper I

Here is a table showing the output neededIMG-20220805-WA0030.jpg

nitinrungta
Frequent Visitor

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.

 

IMG-20220805-WA0030.jpg

I'm new to power bi,just trying to solve a challenge

Shahfaisal
Solution Sage
Solution Sage

You will need to convert the values in rows into comma separated values.

Try this - https://aditya-somwanshi.medium.com/how-to-convert-rows-to-comma-separated-values-in-power-bi-d04a5c...

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors