Forum Discussion

lherbert501's avatar
lherbert501
Icon for Post Prodigy rankPost Prodigy
5 months ago
Solved

Power BI Dataverse TDS Endpoint SQL Timeout

Hi,   Does anybody know if there is a limitation or timeout on TDS endpoint sql in Power BI for dataverse? I'm getting the below error but there's only 90k rows ish. There is a few joins on it, but...
  • krishnakanth240's avatar
    5 months ago

    Hi lherbert501 

    Service has stricter timeouts 2–5 mins per query where TDS endpoint is not optimized for complex joins. Desktop works because it runs locally and no service timeout. Also row count (90k) is not the issue.

    You can avoid joins in Power BI and push logic into Dataverse views, reducing columns, using Dataverse connector instead of TDS SQL, importing tables separately and model relationships in Power BI.

    TDS endpoint is meant for light querying and not heavy reporting workloads.