Forum Discussion
jesly_ajin
4 years agoHelper III
Dynamic from date and to date in web source query
Hi All, In the below code, I need the bold ones to read data based on user selection of start and end date. Kindly guide me to achieve this. let Source = Json.Document(Web.Contents("https:/...
Vijay_A_Verma
4 years agoMost Valuable Professional
Replace Source with following where RangeStart and RangeEnd are in parameters
Source = Json.Document(Web.Contents("https://abc.rxyz.io/api/sync/ems/powerbi?date_start="&RangeStart&"date_end="&RangeEnd, [Headers=[Token="7901d444-a86f-4031-8922-7e0222ae"]]))