Forum Discussion
Incremental refresh to Power BI with custom connector from API Rest source
Thanks for your answer,
Can you please give an example or link to an example that shows how to add this "appropriate logic in your connector code to retrieve the necessary data based on the provided range start and end values"
Our connector get no parameters from outside, just a JSON token for the authorization
and it has a API call we perform to server that has range time parameters (start and end time)
the question is how to connect between the URL we use in the Wenb.Content(URL) and the powerbi RandeStart / RangeEnd parameters
meaning: we are edit the connector code in VisualStudio. if I will write RangeStart and try to use it as a parameter in the URL - the code won't compile and it does not know what is RangeStart (it is undefined param)
Thanks,