Forum Discussion
jcastr02
2 years agoPost Prodigy
grouping by store
Hello I'm trying to join or group by so that the information is grouped into the same record line. See below current vs. Desired result. Current DESIRED RESULT Store Temporary Support...
- 2 years ago
you can take any option max, min and then replace the part in the formula bar starting with each and before the type each Text.Combine([Temporary Support Reason], ";")
olgad
2 years agoResident Rockstar
Hi,
in power query
= Table.Group(#"Changed Type", {"Store"}, {{"Temporary Support Reason", each Text.Combine([Temporary Support Reason], ";"), type nullable text}})