The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I just found out that multiple models of SSAS Tabular cannot be connected to one PBIX file. So my question is, should I deploy all the tables in one model or create several models where I will have some of the tables duplicated?
Which will give me better performance?
You can create single big model which contains all what you need. Tables in model can be connected by some relation or not (in model you can have some independent part/group/island of tables without any connection), but I recommend use perspectives to avoid misunderstanding in large model.
From query performance there no difference if you have some tables in multiple models or in single model (but be carefully if all tables are connected by relations). Also there no difference about processing performance, every object you can process independently. And there are two pros: you can connect and use from single Power BI report, and you can save memory usage (and process cpu time) by duplicated tables in more models.
By my opinion, there is single cons, it is about development and maintenance, is more difficult to develop and keep developing cycle for single large model (especially if is developed by multiple developers) than more simple independent models.
Hi @Giogunner ,
To my knowledge, it would be better to create several models than one model. For each model, optimize it for its specific purpose. And it will result in a much better performance than trying to fit all requestments into one model.
Then you can create a report for each model and then create a dashboard based on them.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.