Forum Discussion

SoulsSama's avatar
SoulsSama
Frequent Visitor
4 years ago
Solved

How to export reports generated by Power Bi on my website as an end user without using PowerBi app?

Hello, so I want to let users to export reports from the website as an end user, without using power Bi application. I already has everything set server side, I have PowerBi.API and NuGetPackage ma...
  • SoulsSama's avatar
    SoulsSama
    4 years ago

    Hello v-chenwuz-msft
    I actually found out the reason and solved it, it was because i was using PowerBi.APi v2 and I had to update to latest v 4.x , after that updating my code to match the new syntax fixed the errors, but then I found out that I  cant export reports at all as a free user with premium trial!, I get error 403 forbidden and FeatureNotAvailable error code which is as I read online in this forum is because I need to have a premium account, really disappointing that such a basic feature that works on PowerBi Application needs a premium license for the api to work.