Hi guys,
I was so proud to implement a report that's been taking me a lot of time. During the production i've always been able to auto refresh the report.
However now I'm getting the message error "The Web.Page function didn't finish within timeout of 100 seconds."
I read many threads and one seemed promising about adding the [Timeout=#duration(0,0,30,0)] in all the queries with Web content.
But it's not working.
All my web queries are added into a blank query and i'm afraid it's the one causing the issue:
= Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i44FAA==", BinaryEncoding.Base64), Compression.Deflate)),let _t = ((type text) meta [Serialized.Text = true]) in type table [#"Colonne 1" = _t])
I don't know how to solve this... if anyone can help!
Thanks a lot