Forum Discussion

7 Replies

  • data_power's avatar
    data_power
    Frequent Visitor

    n0elleli Any estimates for that future. More than one year and still missing that feature. By any change any workaround untill that feature is onboard?

  • n0elleli's avatar
    n0elleli
    Community Admin

    Currently, this is not possible, but is a capability that will available in the future. 

    • Element115's avatar
      Element115
      Memorable Member

      I sure hope so because as things stand now, more than 6 months later, I still cannot control the date range of my on-prem data ingest, which makes no sense as each day that passes, the data grows and grows, so no point in ingesting everything from scratch every single day. 

      • donovan-bergin's avatar
        donovan-bergin
        New Member

        Have you tried a filter like (pick your date function/span that works for you):

        Table.SelectRows(#"Remove Columns", each [Date_Column] >= DateTime.Date(DateTime.LocalNow()) - 1)