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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Nickodemus
Helper III
Helper III

Concatenate String Values When Aggregating

I have data relating to product price changes on specific days:

DatePrice ChangeProduct
01/01/20172Prod1
01/01/20174Prod2
01/01/20173Prod3

 

What i need is an aggregated view of the data:

DateTotal Price ChangeProducts Changed
01/01/20179Prod1, Prod2, Prod3

 

The aim is that I can include the products that have change on a given day as a value in the tool tip of a sales line chart.

 

Is this kind of concatenation of string values possible; all i can manage to produce is the first or last product name, not a list of all three?

1 ACCEPTED SOLUTION
Abduvali
Skilled Sharer
Skilled Sharer

 

Hi @Nickodemus,

 

This should work for you:

Create measures as follows

Measure = SUM(Sheet1[Price Change])  //you can create this or just use your Price Change and select SUM, up to you.

 

Measure 2 = CONCATENATEX(Sheet1,Sheet1[Product]&", ")

Capture.PNG

Regards

Abduvali

 

 

View solution in original post

2 REPLIES 2
Abduvali
Skilled Sharer
Skilled Sharer

 

Hi @Nickodemus,

 

This should work for you:

Create measures as follows

Measure = SUM(Sheet1[Price Change])  //you can create this or just use your Price Change and select SUM, up to you.

 

Measure 2 = CONCATENATEX(Sheet1,Sheet1[Product]&", ")

Capture.PNG

Regards

Abduvali

 

 

Perfect! Thanks @Abduvali!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.