Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
We have a ton of Power BI reports that point to SSAS database as its source. Is there a way to change or update these data sources using Power BI API so that it now points to a Power BI dataset instead?
Thanks in advance,
NM
Solved! Go to Solution.
Hi @NMAN47 ,
Analysis Services and Power BI share the same meta data. By leveraging the XMLA endpoint of the dataset that is backed by a Premium capacity, you will be able to easily swap this connection.
For more details,please refer to:
https://data-marc.com/2021/09/29/swap-connection-from-analysis-services-to-power-bi-dataset/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @NMAN47 ,
Analysis Services and Power BI share the same meta data. By leveraging the XMLA endpoint of the dataset that is backed by a Premium capacity, you will be able to easily swap this connection.
For more details,please refer to:
https://data-marc.com/2021/09/29/swap-connection-from-analysis-services-to-power-bi-dataset/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply. I will give it a try and see if it works.