Forum Discussion
Dataset Incremental Refresh - Append only or update/insert
- 3 years ago
Hi PBI_RH
If you are using Power BI Pro you would have to do an entire dataset refresh.
If you are using Power BI Premium or Premium Per User you could then use the XMLA end point to then refresh the partitions needed.Here is an example from my blog post where you can use Power Automate to complete this: Using the Power BI Async REST API to refresh a partition with Power Automate (Using an HTTPS URL) - FourMoo | Power BI | Data Analytics
Hi PBI_RH
If you are using Power BI Pro you would have to do an entire dataset refresh.
If you are using Power BI Premium or Premium Per User you could then use the XMLA end point to then refresh the partitions needed.
Here is an example from my blog post where you can use Power Automate to complete this: Using the Power BI Async REST API to refresh a partition with Power Automate (Using an HTTPS URL) - FourMoo | Power BI | Data Analytics
- PBI_RH3 years agoRegular Visitor
thanks a lot for the solution.