Forum Discussion

Narasapuram-Swa's avatar
Narasapuram-Swa
New Member
8 months ago
Solved

Paginated Report error while loading dataset

Hi Power BI Community, I have loaded data from a Semantic model to my paginated report. During loading the data, I am able to see it as a successful step. However when I try to create a report in t...
  • V-yubandi-msft's avatar
    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.

    1. Reduce the amount of data returned by applying filters or limiting columns and rows.
    2. Optimize the query or use aggregated data instead of detailed rows.
    3. Increase timeout settings for the report and dataset.
    4. Check for any network, gateway, or proxy issues that could affect the connection.

    Regards,
    Yugandhar.