Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

using parameter to filter out datetime column however the end date is outside the range

hello!  I used parameter to filter out a datetime column in my table via power query, then I close and apply. However I found the datetime is outside the range of filter. This is my parameter. 

However the last datetime of conversation_opened is 

 

In power query:
Table.SelectRows(#"Sorted Rows", each [conversation_opened] >= RangeStart and [conversation_opened] < RangeEnd)

Could I know the reason why?

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      No. I did this in order for incremental refresh. But I can not understand why the date is outside the range of filter. 

      • DataInsights's avatar
        DataInsights
        Icon for Super User rankSuper User

        Anonymous,

         

        Assuming you created the incremental refresh policy correctly for this table, I would expect rows with the DateTime in your example to be excluded.