Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
dguevara
Regular Visitor

Best way to develop and implement a solution

Hi Everybody...

what is the best way to implement an enterprise solution working with large databases, because I can develop my model in Power BI Desktop and ok no problem, the problem is that there is still no solution like a on-premise server for Power BI and the cloud service is limited to 250MB so it is not scalable. then what would be the best way in this case?

Thanks for yours opinions...

6 REPLIES 6
dguevara
Regular Visitor

@Seth_C_Bauer thanks for the comment, but I've never used that route so I have a question, what happens when Power BI connects to an SSAS model?
1- Power BI would act only as a component of visualization and cloud storage?
2- Can I use DAX into Power BI with that SSAS model or Power BI also load these measures of tabular model?

When connecting to an SSAS data source in live explore mode, you are strictly consuming what exists in the SSAS model (regardless of Multidimensional vs Tabular). You cannot define new measures in Power BI when utilizing a live connection against SSAS. All of that modelling and measure definition must be completed in SSAS.

@dguevara For enterprise level solutions nothing beats going the Tabular model route. Rather than use the Power BI Desktop, if you develop your tabular model and deploy to an SSAS instance there are no limitations on size, and Power BI can direct query your SSAS instance using the Analysis Services Connector or Enterprise Gateway (which will replace the AS Connector eventually).


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

@Seth_C_Bauer, How about SSAS multi dimensional model, I guess it has been supported in the new Desktop realeae.

 

@AliSharifi Absolutely a viable option. I assumed based on the question that SSAS in general wasn't considered initially. Given that assumption, I recommended Tabular over Multi-dimensional as the learning curve is much lower initially, while the gains are immense. There are scenerio's for each solution in which one may be better than the other.


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

Hi

 

The 250MB limit is pr. dataset and due to great compression you can pack a lot into 250MB. In Power BI pro each user has 10GB of storage so you can potentially have 40 250MB datasets pr. user. 

 

The main way to keep down data size is to be careful when you import data in such way that you only import the data you need. This is a columnar store database so number of columns and their sparsity is very important. Don't for example import id columns on tables if you don't need them as they are unique for each row. 

 

Hope that helps you. I'm sure others can pitch in with their experience as well

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.