Forum Discussion

ShayanSiddiqueI's avatar
ShayanSiddiqueI
Frequent Visitor
9 months ago
Solved

PowerBI Dataset Refresh Using API

I am using the Following

https://api.powerbi.com/v1.0/myorg/groups/WorkspaceId/datasets/DatasetId/refreshes For Refreshing my Dataset At First It will show me 202 that Refreshing is in Progress Once the Refresher is done After Sometime Again When I am trying to Refresh using it it will start showing me Refresh history instead of running the Refresher Again on the Dataset. What Can be the Issue here How Can I overcome it

  • To refresh you need a POST request.  If you use GET then you will get the history.

     

     

1 Reply

  • To refresh you need a POST request.  If you use GET then you will get the history.