Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi
I want to duplicate two tables and merge them using DAX.
How can i do that?
please see the screenshot below
1. Table A
2. Table B
3. Table C (Merge)
Solved! Go to Solution.
Hi,
Please check the picture down below, and the attached pbix file.
It is for creating a new table.
Hi,
Please check the picture down below, and the attached pbix file.
It is for creating a new table.
Thank you for your help.
1 more question.
How can I get only specific columns?
Hi,
thank you for your feedback.
In case you want to select some columns, please check the below picture and the attached pbix file.
TableC =
SELECTCOLUMNS ( CROSSJOIN ( TableA, TableB ), "A", TableA[A] )
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |