Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Power BI REST API ExportTo Bad Request

Hello all, My local solution is a Power BI ASP.NET web app registered in Azure AD using a client secret and client id (Azure service principal with a App Owns Data model). It preforms the Power BI R...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous, 

    I had to use Fiddler to get more information on the error. It has to do with effective identities that needed to be provided in the body for RLS.

    The links were helpful when determing the body for the request in Postman for RLS, however more research was required for how to apply it in our ASP.NET web app. 

    This has been resolved now, thank you for your help.