Medium severityconfiguration
Power BI Refresh Error:
INVALID_PAGE_SIZE
What does this error mean?
Tableau Cloud returned error 400007 (INVALID_PAGE_SIZE) — bad request. The request contains invalid or missing parameters.
Common causes
- 1The API request contains an invalid or missing parameter, causing error INVALID_PAGE_SIZE.
- 2A required field in the request body or URI is empty, malformed, or out of the accepted range.
- 3The API version in the request does not support this parameter.
How to fix it
- 1Review the Tableau REST API documentation for the exact required and optional parameters.
- 2Validate your request body against the expected schema before sending.
- 3Check that all IDs and values are within the documented constraints.