The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have two measured tables. Both have the same number of columns and have the same name.
One of the columns of both tables has id's and an other one has a label number for each row. The other columns are needed information for an other process.
The combined table should exchange all rows of table 1 with all rows of table 2 based of the id's.
Hello @Anonymous ,
You could use the union function.
Check it here https://dax.guide/union/
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Thanks for your response @Idrissshatila.
I tried that but I don't want a simple fusion of these tables.
All rows of table 1 with the same id in the id column of table 2 should be exchanged with these rows of table 2.
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |