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.
I got many tables, I would like to do the following:
(all table have same columns name, and they exactly equal)
example with 2 columns now
table 1 | table 2 | |||||||||||
company name | profit | cost | company name | profit | cost | |||||||
output | profit | cost | ||||||||||
company name table 1 | ||||||||||||
company name table 2 | ||||||||||||
in Query editor you can append table 1 & 2, the button is in the Home ribbon on the right
in DAX you can create a new table using UNION
https://msdn.microsoft.com/en-us/query-bi/dax/union-function-dax
I'd recommend first approach as then you can only have the full table loaded to the model, while with DAX there will be at least 3 tables loaded
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |