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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I have a table that looks like the following:
Item | Promotion | Status |
X | Halfprice | Active |
X | On POS | Active |
Y | $9.99 | Ongoing |
What I need to do is remove the duplicate Item values but keeping the Promotion names. I was hoping I could find a way to merge each Promotion into one column for each distinct Item.
EDIT: Like so:
Item | Promotion |
X | Halfprice|On POS |
Y | $9.99 |
Is there a way to do this?
Solved! Go to Solution.
A colleague was able to provide me with a solution as follows:
A colleague was able to provide me with a solution as follows:
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.