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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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
Anonymous
Not applicable

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
Anonymous
Not applicable

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] , " " )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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