Forum Discussion

fasi_kk's avatar
fasi_kk
Regular Visitor
9 years ago
Solved

Rest API vs Power BI Embedded

What is the basic difference between Power BI Embedded and Power BI Rest API.   Link for power bi embedded: https://azure.microsoft.com/en-us/documentation/services/power-bi-embedded/   And Rest...
  • Anonymous's avatar
    Anonymous
    9 years ago

    fasi_kk On a very high level.

    Power BI Embedded is for use with external facing applications and doesn't require the end user to have a Pro license. (Licensing is handled differently)

     

    REST API - is for internal facing applications to perform the various actions, and requires users to have the licensing appropriate to the level of reports shared.

     

    I think another difference is that Embedded doesn't require authentication against Azure AD, but the other does.