Forum Discussion
Passing dynamic date parameters to Web query
- 9 years ago
= Csv.Document(Web.Contents("https://reports.xxxxx.net/generate.py/ProcessedTxnsRecon.csv?StartDate="&Text.Combine(List.Transform(Record.FieldValues(Date.ToRecord(Date.From(DateTime.LocalNow()))), each Text.PadStart(Text.From(_), 2, "0")))&"&EndDate="&Text.Combine(List.Transform(Record.FieldValues(Date.ToRecord(Date.AddMonths(Date.From(DateTime.LocalNow()),-MonthParameter))), each Text.PadStart(Text.From(_), 2, "0")))& ""),[Delimiter=",", Columns=43, Encoding=1252, QuoteStyle=QuoteStyle.None])
with
Dear Team,
How to apply these codes. i am not understanding how to apply.Kindly help me for resolving.it's very urgent
Hi Imke,
Kindly tell me how to apply these code on table.
First of all how to make Max date of FACT_table
Then How to apply it Parameter and how to restrict in fact table through parameter.kindly help me