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!
User | Count |
---|---|
73 | |
70 | |
38 | |
23 | |
23 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |