Power BI Embedded API for capacity workload configuration
Published date: January 17, 2019
Power BI REST APIs and SDKs automatically manage dataflows and workload settings for paginated reports on Power BI Embedded:
- Get Workload returns the current state of a workload (for example, Enabled) and the maximum memory percentage that the workload can consume out of the total memory capacity.
- Get Workloads returns the current state of specified capacity workloads. For each enabled workload, the API also returns the maximum memory percentage that the workload can consume.
- Patch Workload changes the state of a specific workload to Enabled or Disabled. When you enable a workload, you must also set the maximum memory percentage that the workload can consume.