Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 table from 2 or 3 queries)
Can i ask why?
Thanks a lot for your answers.
Best regards
Pedro
Solved! Go to Solution.
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.
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.
Awesome! Thank you so much
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 49 | |
| 44 | |
| 42 | |
| 39 | |
| 32 |