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.
Good Morning,
I'm currently trying to combine 2 columns with the same drop down options (so same text datasets) so I can use a visualization to see the total amount of times each categories were used. Each line is linked to the accounts those categories were featured at.
So I want to be able to see 1 visualization with the accounts down 1 axis and the categories on the other axis.
Thanks!
Solved! Go to Solution.
HI @rchiang,
Maybe you can try to use unpivot table feature to convert these columns to key and value columns, then remove duplicate records. After these steps, you will get merge records.
Regards,
Xiaoxin Sheng
HI @rchiang,
You can try to use below formula to get merged unique list:
NewTable = DISTINCT ( UNION ( VALUES ( 'Table'[Product1] ), VALUES ( 'Table'[Product2] ) ) )
Regards,
Xiaoxin Sheng
Hi @AnonymousXiaoxin,
Thank you for your help for that.
I should have showed the actual table I want combined
I want to have 1 column that will show the account with category .
So it would be
Column 1 / Column 2
PCM US / Docks and Hubs
PCM US / Racks and Enclosures
Thanks again!
Would that be possible?
HI @rchiang,
Maybe you can try to use unpivot table feature to convert these columns to key and value columns, then remove duplicate records. After these steps, you will get merge records.
Regards,
Xiaoxin Sheng
Hi @Anonymous,
Thank you so much for the uppivot suggestion it worked out perfectly.
Thanks!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.