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

Be 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

Reply
Anonymous
Not applicable

I need to show my data like this

Hi guys, I am new to Power Bi. I need your help. I have a table which contain three columns id, name and participated

 

id                               name                         participated 

---------------------------------------------------------------------

1                              Max                              Football       

2                              Peter                            BasketBall

3                              Peter                            Football

4                              Max                              Basketball

5                              Max                              Table Tennis

6                              Anderson                      Football

 

I need to represent the above table like this 

 

name                                        participated

-----------------------------------------------------------------------

Max                           Football       Basketball     TableTennis

Peter                         Football        Basketball

Anderson                  FootBall

 

Thanks

 

@Helper , @BIHelp 

1 ACCEPTED SOLUTION
v-yangliu-msft
Community Support
Community Support

Don't @Dineshdcoder,

Here are the steps you can follow:

1. Create calculated table.

Table 2 =
SUMMARIZE('Table','Table'[Name],
"participated",CONCATENATEX(FILTER('Table','Table'[Name]=EARLIER('Table'[Name])),'Table'[Participated]," "))

2. Result

v-yangliu-msft_0-1608187054324.png

You can download the PBIX file from here.

Best regards

Liu Yang

If this post helps,then consider Accepting it as the solution to help other members find it faster.

View solution in original post

2 REPLIES 2
v-yangliu-msft
Community Support
Community Support

Don't @Dineshdcoder,

Here are the steps you can follow:

1. Create calculated table.

Table 2 =
SUMMARIZE('Table','Table'[Name],
"participated",CONCATENATEX(FILTER('Table','Table'[Name]=EARLIER('Table'[Name])),'Table'[Participated]," "))

2. Result

v-yangliu-msft_0-1608187054324.png

You can download the PBIX file from here.

Best regards

Liu Yang

If this post helps,then consider Accepting it as the solution to help other members find it faster.

amitchandak
Super User
Super User

@Anonymous , Create a new measure like this and use in visual

concatenatex(Table, Table[participated] , " " )

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.