Forum Discussion
Anonymous
4 years agoNot applicable
schedule refresh error due to dynam
Hi Iam unable to put a schedule refresh as it was showing error in powerbi service iam using keyedin as a data source to extract more than 200 rows they have given a code by using there code i have...
Anonymous
4 years agoNot applicable
BaseUrl = "https://api.keyedinprojects.com/V3/api/report/?Key=464",
GetJson = (Url) =>
let RawData = Web.Contents("https://api.keyedinprojects.com", [ RelativePath = "V3/api/report/", Query = [Key = "464"] ]),
- Anonymous4 years agoNot applicable
when i use thiws query
it was pulling only 200 rows actual data is 700 plus rows
- Anonymous4 years agoNot applicable
I have written these query to pull more than 200 rows.tried your in puts using relative path it was pulling only 200 rows can you please help me on these