Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want to know when my data are transferred in power workspace Symantec model .
I m referring Microsoft refresh api doc for power bi. https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset https://www.nuget.org/packages/Microsoft.PowerBI.Api/ but this is not really time It requires Pooling api calls for 50 gb or 100 gb Its not appropriate for keep pooling this api.
does any one know any ways for call back mechanism for power bi when Symantec data are actually transfer and power bi will call me and update about data are transfer rather then I keep polling refresh api.
Solved! Go to Solution.
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
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
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
10 | |
8 | |
5 | |
4 | |
4 |