Forum Discussion
shannnonpereira
3 years agoFrequent Visitor
Refreshing Data from Power BI Custom Visual Source Code
Hello, I currently have a use case where I need to refresh the Power BI Report Dataset through my Power BI Custom Visual source code on certain events. I know it is possible to refresh the datas...
lbendlin
3 years agoSuper User
Assuming you have the right authentication you can issue a POST call directly to the Power BI REST API to request a refresh.
Datasets - Refresh Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
shannnonpereira
3 years agoFrequent Visitor
Thank you! I will have a look at this suggestion