Forum Discussion
Anonymous
6 years agoNot applicable
DAX table or Query table
Hi all I would like to hear your opinion on this subject: Which is faster when uploading new data and refresh it? 1. DAX table (which is an union of tables) 2. Query table (which is an append ta...
- 6 years ago
Hi Anonymous
In general, the best practice is to create all tables, columns in Power Query, you will get better performance and compression most of the times, plus you do not need to load all the tables, just the appended one, where if you opt for Dax union solution you will need to load all tables to your model and this will increase the size.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
6 years agoCommunity Champion
Hi Anonymous
In general, the best practice is to create all tables, columns in Power Query, you will get better performance and compression most of the times, plus you do not need to load all the tables, just the appended one, where if you opt for Dax union solution you will need to load all tables to your model and this will increase the size.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
- Anonymous6 years agoNot applicable
Awesome! Thank you so much