Forum Discussion
Is there a API function to refresh Power BI service dataset and report on demand?
- 9 years ago
jgu1,
Based on my research, there is no such a option for us to achieve this requirement for DirectQuery model. You can do it in import mode easily. Do not set schedule for this dataset. And click refresh now button when you need to refresh your report.
Regards,
Charlie Liao
jgu1,
Based on my research, there is no such a option for us to achieve this requirement for DirectQuery model. You can do it in import mode easily. Do not set schedule for this dataset. And click refresh now button when you need to refresh your report.
Regards,
Charlie Liao
- jgu19 years agoFrequent Visitor
btw, does Power BI team has thought of exposing the refresh via API? why not or when do you see it coming?
- jgu19 years agoFrequent Visitor
Ok, thank you! import api could be a solution but not a perfect one. because it calls for update or generation on the local pbix file as well.
let me try datatable operation.