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

GroupedBy Combine rows with MaxDate

this is my table named Workers

NameDateType
Sam3/14/20221500
Sam3/19/20222000
Sam3/18/2022300
Sam3/11/202258
Sam3/20/20224877

 

How do I get it to this?

 

NameMaxDateType
Sam3/20/20221500, 2000, 300, 58, 4877
1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@PaulPalkowski add a measure :

 

Type Measure = 
CONCATENATEX ('Table', 'Table'[Type],"," )

 

In a table visual, use Name, MAx of Date, and above measure and you will have the output

 

 

Follow us on LinkedIn and YouTube.gif to our YouTube channel

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

 

Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.

 

 






Did I answer your question? Mark my post as a solution.

Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.





View solution in original post

2 REPLIES 2
parry2k
Super User
Super User

@PaulPalkowski add a measure :

 

Type Measure = 
CONCATENATEX ('Table', 'Table'[Type],"," )

 

In a table visual, use Name, MAx of Date, and above measure and you will have the output

 

 

Follow us on LinkedIn and YouTube.gif to our YouTube channel

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

 

Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.

 

 






Did I answer your question? Mark my post as a solution.

Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.





How can I get that to a new table?

Helpful resources

Announcements
Winner of T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Find out who won the T-Shirt Design Challenge and the top 3 finalists.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.