Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

DirectQuery "[Posting Date] = latest" issue

Hello,   I am having an issue with a Power Query M formula. I have a formula that filters a column to [Posting Date] = latest. The query is successful, and the column only shows results from today....
  • Anonymous's avatar
    Anonymous
    6 years ago

    Here is the answer:

     

    https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about

     

    Do not use the relative data filtering in Query Editor. It's possible to define relative date filtering in Query Editor. For example, to filter to the rows where the date is in the last 14 days.

    However, this will be translated into a filter based on the fixed date, as at the time the query was authored. This can be seen from viewing the native query.