Forum Discussion
Change Data Source from SSAS multidimensional to Azure Analysis Services
Hello everyone.
I've created a report in Power BI desktop which uses a live connection on a SSAS multidimensional cube.
Now I have to migrate this cube to Azure Analysis Services, which implies porting the cube to a newly created Tabular Model (which will mantain the original names for the columns and measures), and then I should change the report source to this Tabular.
My question is: is there a chance to get all the visuals of the report working without changes or do I have to rebuild the report?
4 Replies
- Greg_DecklerCommunity Champion
It's potentially possible. The general process is to create a new PBIX that connects to your new model. Copy the M code used to connect and use that code to replace the M code in your existing query. You do this using Advanced Editor in Power Query.
- v-jiascu-msftMicrosoft Employee
- v-jiascu-msftMicrosoft Employee
Hi Anonymous,
Could you please mark the proper answers as solutions?
Best Regards,
- Lidou_CandHelper III
Hello,
I'm facing the same problem.
Did you found a solution ?
Thank you for your help