Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I do not know if this is possible. I want to merge 2 columns but avoiding to merge values if the data is duplicated. How can I proceed?
Solved! Go to Solution.
you can try to add a custom column in PQ
=if [Suppplier1]=[Supplier2] then [Suppplier1] else [Suppplier1]&[Supplier2]
or use DAX:
Proud to be a Super User!
Simple but worked as a charm, thanks!
you are welcome
Proud to be a Super User!
you can try to add a custom column in PQ
=if [Suppplier1]=[Supplier2] then [Suppplier1] else [Suppplier1]&[Supplier2]
or use DAX:
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
87 | |
54 | |
45 | |
40 | |
36 |