Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Experts,
I have a requirement where Sponsor(Data Type - Text) field is distinct for the given same combination of the Market + Process.
What I want as an output is a Distinct combination for Market + Process with the sponsors getting concatennated in a single rows with a , delimiter. and the Expected Savings getting aggregated (sum).
Please note I would need this in Power Query since I need to use it in excel as well.
Please refer to the Image :
Regards,
Ravi
Solved! Go to Solution.
Try adding this step in the formula bar of Query Editor.
Please see attached file as well
= Table.Group(#"Changed Type", {"Market", "Process"}, {{"Sponsor", each Text.Combine(_[Sponsor],",")}, {"Expected Savings", each List.Sum([Expected Savings]), type number}})
Please try concatenatex
https://docs.microsoft.com/en-us/dax/concatenatex-function-dax
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
Thanks , but I need the solution in Query editor.
Try adding this step in the formula bar of Query Editor.
Please see attached file as well
= Table.Group(#"Changed Type", {"Market", "Process"}, {{"Sponsor", each Text.Combine(_[Sponsor],",")}, {"Expected Savings", each List.Sum([Expected Savings]), type number}})
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 73 | |
| 37 | |
| 28 | |
| 26 |