Forum Discussion
Anonymous
6 years agoNot applicable
Power BI Export to file Error
We are using the latest version of the API (V3) I have copied the code examples from here - https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to in my 'PostExportRequest' functi...
lbendlin
6 years agoSuper User
That would make too much sense. So better test with specifying the pages , just in case...
Anonymous
6 years agoNot applicable
In the main application, the C# simply won't move past that line - do not know why. Nothing I do will work to move it past there.
- Anonymous5 years agoNot applicable
Have you found a resolution for this. Stuk with the same issue!
- Anonymous4 years agoNot applicable
I found when I tried to export the file as a .PNG or a .CSV then the api call never worked and just hung permanently. But when I changed the export format to .PDF then it worked fine and the code was able to move on to the 'polling for export to finish' logic.
- Anonymous4 years agoNot applicable
hi, did you use the sample code that is in the microsoft doc?
if not, can i see you your code .
thanks