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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
jcastr02
Post Prodigy
Post Prodigy

Pivot Columns

Hello,  Please see the Current data set up and future .  How can I achieve this?  I have tried all pivot columns options but none are providing this result.  Any thoughts?

 

pivot.png

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

Pls try this

 

=  
VAR _t = MAX('table'[ID])
RETURN
CONCATENATEX(FIILTER(ALL('table'),'table'[ID]=_t),[CURRENT WFM],";")

 

View solution in original post

3 REPLIES 3
Ahmedx
Super User
Super User

Screenshot_1.png

Ahmedx
Super User
Super User

Pls try this

 

=  
VAR _t = MAX('table'[ID])
RETURN
CONCATENATEX(FIILTER(ALL('table'),'table'[ID]=_t),[CURRENT WFM],";")

 

mlsx4
Memorable Member
Memorable Member

Just a little correction on your formula. Filter has two "I", @jcastr02 wants a ";" as delimitator and adding a space will result in a more legible way:

 

 

Measure=

VAR _t = MAX('MyTable'[ID])
RETURN
CONCATENATEX(FILTER(ALL('MyTable'),'MyTable'[ID]=_t),[WFM],"; ")

 

 

But @Ahmedx formula is perfect

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!