Forum Discussion
Build Model in Analysis Services vs. Power BI
Hi everyone,
A while back, someone said somewhere (a conference session or a Webinar - I don't remember) that you could build your entire multi-source model in SSAS Tabular rather than in Power BI. That makes sense because both use the same language. But I have been unable to find any more in-depth information about this.
I love the ability in Power BI to bring in a variety of data sources - that is the primary reason we decided this would be our analysis and graphical information tool. But I am concerned that I will not be able to maintain development of a large number of focused models. If I could build an organization-wide tabular model in Analysis Services, that could be accessed by Power BI, SSRS, or Excel, that would be fantastic.
Does anyone have experience with modeling their data this way? I would love to know if this is something to pursue - and to know it before I commit too much time to a multitude of mini-models in Power BI.
Thanks,
Judy Blackshear
Business Intelligence Developer
Texas Electric Cooperatives
Austin, Texas
Yes, you can absolutely do that. Generally when you do it that way, you build out the SSAS tabular model using something like SSIS to ingest the information and then you connect live (DirectQuery) to the model in Power BI Desktop.
5 Replies
- Greg_DecklerCommunity Champion
Yes, you can absolutely do that. Generally when you do it that way, you build out the SSAS tabular model using something like SSIS to ingest the information and then you connect live (DirectQuery) to the model in Power BI Desktop.
- jblackshearAdvocate III
Thank you!
So my limitation on data sources I can incorporate into my model will be whatever SSIS components are available for sale, or what I can build. Not excited about that part - I really like and appreciate the many Power BI connectors available. But it still may be a good plan for us overall.
I have another, related question (although I fear I know the answer). Can additional measures be created within the Power BI model when using Direct Query to Analysis Services?- Greg_DecklerCommunity Champion
Yes, you should be able to create additional measures when you connect live to an SSAS tabular model. Perhaps one of these days there will be a unified connector framework where everything uses Power Query...wouldn't that be awesome?
One other note, you can import a Power BI Desktop model into Azure Analysis Services if you want to use SSAS that way.