Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Relative Date Slicer Working

 I connected live data using server so and here my issue in Default relative date slicer the future is data is predicted where i just need the date to be filtered for past and present date data , i even checked to filter the slicer but still there no option to exclude the next option .

 

 

 

 

in below image atleast i could have able to set limit till today() it would be helpful 

 

 

Still didnt solved .If u can suggest anything to solve this Kindly let me know .

Thank you .

 

Thennarasu_R 

6 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      The thing is there is no requirement of future data filtering in my report , and even as per my understanding the future data is on prediction basis , which might not be accurate one .

      Main reason I just want to filter data using time period like year,month,week,day wise according to the user's wish 

      Ex: last 5 days 

      present day/week/month

      overall year

      (these filtering will help to analyse very specifically) .

      Can you suggest any approach ??

      • lbendlin's avatar
        lbendlin
        Super User

        My suggestion would be to ignore this part.

  • Villezekeviking's avatar
    Villezekeviking
    Most Valuable Professional

    You can make use of my DAX Calendar that has offset-columns for days, weeks, months, quarters and years from today for any kind of relative date filtering!

     

    You can for example set the offset of years between -3 and 0, that will have the last 3 full years including the current one.

    -3 to -1 will be the last three years, not including this one.

    -1 to 1 would be last year, current year and next year etc.


    You'll find it here:
    https://www.villezekeviking.com/dax-tables-calendar-and-time/

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you .