Forum Discussion
rvp_ordix
1 year agoHelper I
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...
- 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.
rvp_ordix
1 year agoHelper I
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.