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.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi,
Please check the picture down below, and the attached pbix file.
It is for creating a new table.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
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] )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
User | Count |
---|---|
142 | |
62 | |
39 | |
34 | |
27 |
User | Count |
---|---|
164 | |
54 | |
38 | |
34 | |
26 |