Forum Discussion
Anonymous
4 years agoNot applicable
Group Data From Azure Table timeout
My report has two table A and B, A is from Azure Table, B is generated by A (B = select A.*, sum(A.xxx) from A inner join A ) And I found that if data source is from Azure Table, although refre...
Anonymous
4 years agoNot applicable
Hi, amitchandak
In fact, fetching all data from one table is fine for me, but if do aggregate in power query from a Azure Table source, it will timeout
amitchandak
4 years agoSuper User
Anonymous , Try to increase memory management cache to 10-12 GB and check. It should be supported by RAM and Virtual Memory - Under options and setting
Try same in dataflow onces. does it make any difference?
- Anonymous4 years agoNot applicable
Is the setting working for schedule refresh?
My main purpose is solving timeout in schedule refresh.