0

Trying to set the timeout property for my api calls to be longer than 30 seconds in Power BI data flow.

 Source = Json.Document(Web.Contents("https://[apiservice].com",[RelativePath=thepath],[Timeout=#duration(0,0,30,0)])),

The above results in no records ever returning. Removing the Timeout statement does allow records to be returned, but seems to drop records due to timeouts which I am trying to solve in the above.

4

1 回答 1

0

默认超时为 100 秒,也许可以尝试将其增加到更多。

于 2020-11-26T11:09:27.763 回答