Forum Discussion
maulik
2 years agoNew Member
Power BI Symantec model refresh call back api missing? don't want to do pooling for get update
I m working on power bi Symantec model transferring big data like 50 to 100 gb. I want to know when my data are transferred in power workspace Symantec model . I m referring Microsoft refresh...
- 2 years ago
No such thing exists. You need to continue polling (ideally in reasonable intervals, like every five minutes).
Run an enhanced refresh API call and then poll based on the request id to limit your traffic.
Datasets - Get Refresh History In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
lbendlin
Super User
2 years agoNo such thing exists. You need to continue polling (ideally in reasonable intervals, like every five minutes).
Run an enhanced refresh API call and then poll based on the request id to limit your traffic.
Datasets - Get Refresh History In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn