Forum Discussion
manojprasadk01
10 months agoNew Member
Queries on refresh history between dataflow and symantic model
Hi All, I have set up a Power automate flow to refresh a dataflow and a symantic model. Used in the report to trigger refreshing of the underlying data in the App. The refresh is working fine, bu...
- 10 months ago
Hey, manojprasadk01 ,
It's just a lazy implementation:
You can see here that Datasets have more variety on how it can be refreshed, therefore they distinguish more stuff:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history#refreshtype
For dataflows I didn't find the list, so everything is either OnDemand or Scheduled.
vojtechsima
Super User
10 months agoHey, manojprasadk01 ,
It's just a lazy implementation:
You can see here that Datasets have more variety on how it can be refreshed, therefore they distinguish more stuff:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history#refreshtype
For dataflows I didn't find the list, so everything is either OnDemand or Scheduled.