Forum Discussion
Deploy PBIX to SSAS
Hi All,
I have a Power BI model built using Power BI Desktop tool connecting to Oracle Database using Import method.
Is there any way I can push this to SSAS and is there any advantage of pushing this already built model to SSAS ?
I want to avoid re-building the model using SSAS.
Regards,
Akash
4 Replies
- v-yulgu-msft
Microsoft Employee
Hi akj2784,
To import an existing Power BI dataset model into SSAS tabular, please follow below blogs:
IMPORT POWER BI DESKTOP MODEL TO SSAS TABULAR 2016
IMPORT POWER BI DESKTOP MODEL TO SSAS TABULAR 2017 USING AZURE ANALYSIS SERVICES
Best regards,
Yuliana Gu
- akj2784
Post Partisan
I actually followed the same blog
IMPORT POWER BI DESKTOP MODEL TO SSAS TABULAR 2016
But somehow it doesnt work. Not able to change the connection to Oracle database. It creates different connection for all the tables in the model and even if I change the conection to point to correct db it gives error.
Regards,
Akash
- akj2784
Post Partisan
I changed the connection for all the data sources, but when I process the database it gives me error.
Failed to save modifications to the server. Error returned: 'The datasource, '9b9b370b-fb7e-45d3-ba32-947507a05475', contains an ImpersonationMode that is not supported for processing operations.
A connection could not be made to the data source with the Name of '9b9b370b-fb7e-45d3-ba32-947507a05475'.
The datasource, '27f13762-ee26-4c75-b838-d7950806ad2d', contains an ImpersonationMode that is not supported for processing operations.
A connection could not be made to the data source with the Name of '27f13762-ee26-4c75-b838-d7950806ad2d'.
'.What do I change in the ImpersonationMode ? In the datasource I updated the user/password to connect to oracle database.