Forum Discussion
Dataset in Power BI Desktop using SSAS
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
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