Forum Discussion

kushaldugar's avatar
kushaldugar
Microsoft Employee
7 years ago
Solved

Data Refresh using Web API

While trying to schedule refresh of data, the following error is being displayed "You can't schedule refresh for this dataset because the following data sources currently don't support refresh". The snapshot of the error message is attached here Error Message

 

The query being used is Query code

 

Would appreciate if someone can help to resolve the issue.

  • I've run into this before and I believe it is due to the RelativePath not liking dynamic values

    Try the below:

     

    [
    RelativePath="deals/v1/deal/paged",
    Query=[hapikey=c, limit=250, properties=dealname, offset=Text.From([Last_Key])]
    ]

     

    Good luck,

1 Reply

Replies have been turned off for this discussion
  • I've run into this before and I believe it is due to the RelativePath not liking dynamic values

    Try the below:

     

    [
    RelativePath="deals/v1/deal/paged",
    Query=[hapikey=c, limit=250, properties=dealname, offset=Text.From([Last_Key])]
    ]

     

    Good luck,