Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have a simple report based on one table that has around 5000-9000 rows depending on source database.
It works fine in Desktop but when published and I try to refresh the dataset on PowerBI.com it timesout in Edit credentials. Other reports/tables from the same source work fine.
I tried to reduce query size by filtering the odata request and adding the timeout parameter as described in other topic but it seems to have no effect on PowerBI.com it times out after about 5 min despite having setting of 30 in the report. Also filters seem to be ignored on PowerBI.com
Desktop:
let
Source = OData.Feed("https://url/data/Table?$filter=Currency eq 'USD'&cross-company=true", null, [Timeout=#duration(0, 0, 30, 0), Implementation="2.0"])
in
SourceUrl from Edit credentials screen in PowerBI.com (read-only):
https://url/data/Table?cross-company=true
Both urls pull data when entered in internet browser.
hi, @Anonymous
Since Other reports/tables from the same source work fine. if there are other data source in this dataset.?
And if you could update the gateway and try it again.
Best Regards,
Lin
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 65 | |
| 54 | |
| 46 | |
| 44 | |
| 31 |