Forum Discussion
Paginated Report error while loading dataset
- 8 months ago
Hi Narasapuram-Swa ,
Thank you for engaging with the Microsoft Fabric Community. This issue occurs because the paginated report cannot fully retrieve data from the Semantic Model. Typically, this is due to very large or slow queries, which can result in incomplete or timed out responses. If the data stream is interrupted, the XML response may break, causing unexpected end of file or timeout errors.
To fix this, you can.
- Reduce the amount of data returned by applying filters or limiting columns and rows.
- Optimize the query or use aggregated data instead of detailed rows.
- Increase timeout settings for the report and dataset.
- Check for any network, gateway, or proxy issues that could affect the connection.
Regards,
Yugandhar.
Hi Narasapuram-Swa ,
Thank you for engaging with the Microsoft Fabric Community. This issue occurs because the paginated report cannot fully retrieve data from the Semantic Model. Typically, this is due to very large or slow queries, which can result in incomplete or timed out responses. If the data stream is interrupted, the XML response may break, causing unexpected end of file or timeout errors.
To fix this, you can.
- Reduce the amount of data returned by applying filters or limiting columns and rows.
- Optimize the query or use aggregated data instead of detailed rows.
- Increase timeout settings for the report and dataset.
- Check for any network, gateway, or proxy issues that could affect the connection.
Regards,
Yugandhar.