Forum Discussion
Daniff
2 years agoHelper I
Power Bi with Phyton - export PDF
Good afternoon, I want to extract a PowerBI report in PDF so I can send it to the client. I use this code in phyton but the response is a 403 error! Someone can help me? thanks import request...
lbendlin
2 years agoSuper User
your code covers the partial process of requesting a PPTX export, not PDF. It also misses all the other steps - monitoring rendering progress and then fetching the result of the rendering.
Correct your code and add the missing steps - or use Power Automate which hides all that complexity from you.