Forum Discussion

DetroitSQLSam's avatar
DetroitSQLSam
Microsoft Employee
11 years ago
Solved

SSIS output to PowerBI.com data source

Integrating SSIS with PowerBI.com so that an output Task can be a DataSet in Power BI would be very helpful.
  • jbocachica's avatar
    11 years ago

    That's already possible, just remember that you can wrote your own sources and destinations in SSIS and using the REST API you can send data to a Dataset and even create that Dataset in the flight http://docs.powerbi.apiary.io/#

     

    Regards