Forum Discussion
Download a dataset using SSIS
Thank you bcdobbs for replying.
I dont see any new providers after installing the client libraries. I might have the latest one already installed then.
Please let me know if you came accross this scenario of connecting to Power BI Datasets from SSIS?
I am able to connect using SSMS.
I am also able to connect Power BI Desktop underlying tables from SSIS, however not from the Power BI Service datasets.
No direct experience I'm afraid but will certainly try once I get into work. (About an hour)
Suggestion was from prior experience fighting with SSIS on other things.
Possibly unrelated but my work still uses excel 2016 which even with latest libraries hangs when I try and connect to xlma end point via the wizard. Was able to work around that by building a connection file in a more modern version of excel and using that. Will get back to you later this morning.
- bcdobbs4 years agoCommunity Champion
No afraid I can't make it work either even playing directly with the connection string.
- bcdobbs4 years agoCommunity Champion
I think this might give you a way forward:
Solved: How Can I Connect to Premium Model via XMLA Endpoi... - Microsoft Power BI CommunityLooks like issue is SSIS can't authenticate on O365 (might be wrong on that) so you need to use a service principal. Setup as follows:
Embed Power BI content in an embedded analytics application with service principal and an application secret - Power BI | Microsoft Docs- bcdobbs4 years agoCommunity Champion
Just run through this, setup is straight forward but can't get any further because it appears service principals aren't supported with PPU licences.