Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello!
I have a table in PowerBI looking like below:
Date | Time | Details | |
5/22/2024 | 8:00 AM | This is the 8 am text | |
5/22/2024 | 10:00 AM | This is the 10 am text | |
5/22/2024 | 12:00 PM | This is the 12 pm text | |
5/23/2024 | 8:00 AM | This is the 8 am text | |
5/23/2024 | 12:00 AM | This is the 12 am text |
I need to aggregate the text by day, in a concatenation, like so:
Date | Details |
5/22/2024 | This is the 8 am textThis is the 10 am textThis is the 12 pm text |
5/23/2024 | This is the 8 am textThis is the 12 am text |
I can't think of a good way of doing this... could you please put me in the right direction?
Thanks!
Kind regards
Valeria
Solved! Go to Solution.
try this measure,
Details Measure = CONCATENATEX('Table','Table'[Details])
try this measure,
Details Measure = CONCATENATEX('Table','Table'[Details])
@Arul thank you! That was so simple... I actually had a measure to start with, so I really did not think abput concatenatex. I have changed now to having a calculated column for the table and a measure for the concatenation and it works beautifully. Out of curiosity - is there a simple way to do it as well if instead of the calculated column I would still use a measure for "Details"? Thanks!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
86 | |
55 | |
44 | |
42 | |
36 |