Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I've recently ran into the problem based on not founding possibility to show every existing row in given column in a way that everything will be listed after the commas.
For example, I would like to have sources in one country listed after each other and not as the different rows in this visual. So the output would be just:
FRANCE | Exchange, REG_REGION2, SHP_REGION | 'the sum of the numbers' |
... | ... | ... |
Is there a possibilty to somehow programm it like that? I found till this moment a function DISTINCT but the visual crashes after I try to use it so I guess it wont work in that case.
Thank you in advance!
Solved! Go to Solution.
@mzienowicz99 Yes, create a measure using CONCATENATEX.
@mzienowicz99 Yes, create a measure using CONCATENATEX.