Forum Discussion

Optimum011's avatar
Optimum011
New Member
4 years ago
Solved

Import data from Power BI with an external REST API

Hi,

 

We want to automate our ETL-process within our business. Power BI is excellent in the Extract and Transform part of this process, but now we want to know if it is possible to Load the data from Power BI in an external application. A little research shows that using an REST API is the best way, but we can't find any answers on how to connect an API to extract data from Power BI. Is it possible and if not, what is an alternative (preferably within Microsoft)?

 

Thanks in advance

  • Hi Optimum011,

    You can extract data from a Power BI dataset using the following API: Execute Queries
    If you are using Power BI Premium dedicated capacity or PPU licenses, a more powerful option will be to use .NET to extract the data using: AMO-TOM Assemblies

    In case it answered your question please mark this as a solution for community visibility.
    Appreciate Your Kudos 🙂

3 Replies

  • SpartaBI's avatar
    SpartaBI
    Community Champion

    Hi Optimum011,

    You can extract data from a Power BI dataset using the following API: Execute Queries
    If you are using Power BI Premium dedicated capacity or PPU licenses, a more powerful option will be to use .NET to extract the data using: AMO-TOM Assemblies

    In case it answered your question please mark this as a solution for community visibility.
    Appreciate Your Kudos 🙂

    • Optimum011's avatar
      Optimum011
      New Member

      Hi SpartaBI,

       

      Wow! Thanks for the quick and clear answer! This is exactly what we were looking for. We will now look info implementing this into organisation. Thanks again!