Forum Discussion

rvp_ordix's avatar
rvp_ordix
Helper I
1 year ago
Solved

Configuring EffectiveIdentity for "Export To File In Group" API

I have been working on exporting a specific (non paginated) report of mine as a PNG via Power BI's REST API as part of a pipeline to automatically inform certain people at regular intervals. The rele...
  • rvp_ordix's avatar
    1 year ago

    Alright, I've finally found out what's wrong, and I'm not sure if I want to be relieved or frustrated at the fix. It appears that had a typo in my request body. In the code above the effective identity was passed as a property with name "identity" when it should have been "identities" instead.