Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
This is the Power BI Solution using DAX.
You can archive this in the Power Query editor.
Duplicate the Columns you want to merge
1 - Select the two columns
2- Roght click & select Merge Columns OR use the Ribbon tab as shown in the below image
This is the Power BI Solution using DAX.
You can archive this in the Power Query editor.
Duplicate the Columns you want to merge
1 - Select the two columns
2- Roght click & select Merge Columns OR use the Ribbon tab as shown in the below image
@Eng-mohd You can use this Dax for the new calculated column
Combined = TableName[No] & " " & TableName[Name]
Let me know if this works for you. @ me in replies, or I'll lose your thread!!!
Note:
this is the error
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 41 | |
| 36 | |
| 32 |