Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Using a relative date as a parameter in Paginated reports

I need to schedule exports of reports in excel/csv to external vendors and partners. These reports are sent at the beginning of each monthly with the prior month’s data as an excel sheet attachment t...
  • Anonymous's avatar
    Anonymous
    2 years ago

    My solution was to create another column called Prior Month and then populate it with the Power Query function of =Date.IsInPreviousMonth([DATE FIELD]). I then use a filter/parameter where that column = Y. Not the path I thought, but it works...for now πŸ˜‰