Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi There,
My Data model as below
Lead | PN | Fac |
MK | X1 | 13 |
MK | X1 | 14 |
MK | X1 | 15 |
MK | Y1 | 13 |
MK | Y1 | 14 |
MK | Y1 | 16 |
I'm trying to modify the above into below.
Lead | PN | Fac |
MK | X1 | 13,14,15 |
MK | Y1 | 13,14,16 |
Its just a sample, I'm delaing with huge dataset though. Could someone please look into it and help me?
Solved! Go to Solution.
@Anonymous , Try a measure like
concatenatex(Table, table[Fac],",")
Hi Amit,
Thanks for your help. Perfect. That solves the issue. Could you please take a look at the below one
Lets say I've two 13's, is there a way to show just 13,14 (not 13,14,13).
Lead | PN | Fac |
MK | X1 | 13 |
MK | X1 | 14 |
MK | X1 | 13 |
Thanks,
Srikanth N
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
42 | |
30 | |
27 | |
27 |