Forum Discussion
damit23183
1 year agoMicrosoft Employee
Grouping into single Row
Hi, I need some help in DAX logic on how would covert same multiple rows into one. I have set up like this; As Result, I would like to have this, Thank you in advance. An...
- 1 year ago
Thank you for responding. It's worked as expected.
Greg_Deckler
1 year agoCommunity Champion
damit23183 Sure, create a measure as follows:
Account Number Measure = CONCATENATEX( 'Table', [Account Number], ", " )Put that in a table visual along with ID, FIrst Name and Last Name columns.
damit230183
1 year agoHelper II
Thank you for responding. It's worked as expected.