Forum Discussion
Anonymous
6 years agoNot applicable
Value cannot be null power bi query
Hi All, Need help I am running a simple query to extract the data from the rest API based on the date query variable. Below is my query let dtquery=Text.From(#date(2020,7,7)), Source=Json.Docu...
Anonymous
2 years agoNot applicable
Hi,
I'm experiencing the same error when using
Json.Document(Web.Contents(https://testrail.io/index.php?/api/v2/get_tests/34&limit=30, [Headers = HeadersRecord, Query=[limit="30"]]))From what I can see, the error is complaining about the valueless query parameter in the URL after "index.php?/api/...".
Was there a working solution for this?