cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
ResearchDev
Helper II
Helper II

The Data is this but need to show on a Powerbi table side by side Pivot not working

Currently the data is this. There are a other columns to the right but I need it to show in a PowerBI Table visual side by side below. Management wants to see in a Row format (some IDs there are 3 employees involved while some has only one). The data when imported from a sharepoint online list is the one shown below. I tried to Unpivot other columns but somehow it is not working.  Is there a way to put the data side by side in a row as some project ID has several members involved and they want to know right. What is the best approach?

IDOwner 1Owner2Owner 3
111Daniel CEric WChris Y

In the Powerquery editor

ResearchDev_0-1655896550251.png

 

2 ACCEPTED SOLUTIONS
NickolajJessen
Super User
Super User

Keep your data as is and just do a ConcatenateX as so:

NickolajJessen_0-1655899833060.png

 

View solution in original post

I got it working using Table.Column([IDTest],"Owner")

View solution in original post

2 REPLIES 2
NickolajJessen
Super User
Super User

Keep your data as is and just do a ConcatenateX as so:

NickolajJessen_0-1655899833060.png

 

I got it working using Table.Column([IDTest],"Owner")

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors