Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi folks,
I was wondering if there is a way to connect to a published power bi dataset from ssis similar to the "conntect to analysis service" feature? So far, the only ways I have found all involve some kind of dirty hacking, which I would like to avoid... 🙂
Thanks for any suggestions,
Nico
Solved! Go to Solution.
Hi @soptim_vond ,
You could use Power BI Service REST API "Get Dataset" to fetch Power BI dataset. Then, call the REST API in SSIS to push data into SSIS.
Hi @soptim_vond ,
You could use Power BI Service REST API "Get Dataset" to fetch Power BI dataset. Then, call the REST API in SSIS to push data into SSIS.