Forum Discussion
Dataset in Power BI Desktop using SSAS
So basically when we import the tables from SSAS in Power BI Dekstop, it imports all the data to the file and when I publish it to the service the data also goes to cloud along with file and hence when I run the report, the data gets pulled from the cloud but not from in memory SSAS database and hence in this scenario we are not leveraging the in memory SSAS database.
Is this correct understanding as per your reply ?
Thank you for the the reply.
Hi akj2784,
Totally right. In my opinion, the biggest advantage of Import mode is performance. We don't need to consider the bad bandwidth and the workload of the SSAS server.
There are many solid evidences we can see the Import mode is working alone.
1. If we shutdown the SSAS server or close the network connection, the reports work fine.
2. The size of the pbix file (Power BI Desktop file).
3. We can use that file in a environment where we don't have access to the SSAS Server.
Best Regards,
Dale
- akj27848 years agoPost Partisan
I totally understand the benefit of import method but it will actually put the data in cloud and hence will consume cloud space.
The thing is if we have SSAS in memory database we would like to leverage that so that we don't push all the data in cloud and keep the performance intact because it will fetch the data from in memory database.
So what I am looking for is, lets say I have created a model in power bi desktop by connecting to oracle db using import method.
Now I want to deploy that to SSAS so that I can leverage in memory database and I don't want to push the data to cloud.
Now sure if it is feasible .
Regards,
Akash
- v-jiascu-msft8 years agoMicrosoft Employee
Hi Akash,
As far as I know, we can't deploy the PBI model to SSAS directly. The SSAS is also a powerful analysis tool. Why not using Direct query in Power BI? Most of work will be done in the SSAS database.
Best Regards,
Dale
- akj27848 years agoPost Partisan
Hi Dale,
I am trying to follow the below blog which has the steps to import the power bi model to SSAS. The only difference is I have SSAS 2017.
http://biinsight.com/import-power-bi-desktop-model-ssas-tabular-2016/
Also, whatever model I have already created using Oracle db, I don't want to waste that effort. So I am trying to deploy the already built model in SSAS.
Also,
with Live connection, when I try to connect to SSAS from Power BI Desktop, it doesnt give me flexiblity to model the tables in Power BI Desktop. It expects the model to be already built and deployed to SSAS.
Correct me if I am wrong.
Really appreciate your reply.
Regards,
Akash
