Forum Discussion
AbhinavJoshi
Responsive Resident
2 years agoReference a query in the source step
Hello, I would like to reference a query or a parameter in the source step. I am using sharepoint as my data source. I would like to get the current month and year value that changes every month ...
- 2 years ago
AbhinavJoshi , You can get a date in the format like
= Excel.Workbook(Web.Contents("www.mysharepoint.com" & Date.ToText(DateTime.LocalNow(), "yyyy-MM") & "FileName"), null, true)
amitchandak
Super User
2 years agoAbhinavJoshi , You can get a date in the format like
= Excel.Workbook(Web.Contents("www.mysharepoint.com" & Date.ToText(DateTime.LocalNow(), "yyyy-MM") & "FileName"), null, true)