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.
Hello,
I want to create a new colomn that concatonates three colomns into one key. eg. I want Month, name and vrg to be in a field beside this that says JAN5 GUYS CSD 500ml PET. What is the simpletst way to do that?
Months | NAME | VRG | Months Order |
JAN | 5 GUYS | CSD 500ml PET | M01 JAN |
JAN | 5 GUYS | DAS 591ml | M01 JAN |
JAN | 5 GUYS | NT 500ml | M01 JAN |
JAN | 5 GUYS | Postmix Jc BIB 10L | M01 JAN |
JAN | 5 GUYS | Postmix Jc BIB 20L | M01 JAN |
JAN | 5 GUYS | Postmix Spk BIB 10L | M01 JAN |
JAN | 5 GUYS | Postmix Spk BIB 20L | M01 JAN |
Solved! Go to Solution.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
The best way for this, is using Power Query (select columns -> tab Add Column -> Merge OR select columns, right click on then and "merge").
Also, if you want to do this on a calculated column (less performance), create a new column using DAX expression CONCATENATE.
The best way for this, is using Power Query (select columns -> tab Add Column -> Merge OR select columns, right click on then and "merge").
Also, if you want to do this on a calculated column (less performance), create a new column using DAX expression CONCATENATE.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
User | Count |
---|---|
75 | |
74 | |
44 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |