Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I've used powerbi rest api
Same user account ?
yes, Im checking it as a Powerbi Admin.
I meant the account that is running the commands in the API - I'm presuming you go through an authentication process though
yes, and it is the same account.
Are you refreshing them both at the same time ?
yes, in the workspace I see above 400 views for one report
Where from the API I got only 2 views event's in last 30 days.
Thats a huge difference.
Hey @rafal_walisko,
I faced the same problem yesterday.
The solution for me was to create a while loop checking whether the continuationUri is Null. If not, then send a get request to the continuationUri and get activityEventEntities.
Please tell me if it helps you.