Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Date filter starting from today

tips

 

Hi,

is it possible to publish a report with a "dynamic" date filter ?

 

I mean, if i open the report today it will automatically filter from "17/02/2020" until the last data.... without moving the filter

 
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous ,

     

    Then you can try use Relative date filter as Agherardi mentioned above.

     

    Best Regards,

    Jay

    Community Support Team _ Jay Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

5 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Try create a measure as below and add it to the filter.

    Measure = IF(SELECTEDVALUE('Table'[date])=TODAY(),1,BLANK())

     

     

    Best Regards,

    Jay

    Community Support Team _ Jay Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Anonymous ,

       

      Have your problem be solved? Please consider accept the answer as a solution if it worked.

       

      Best Regards,

      Jay

      Community Support Team _ Jay Wang

      If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi,

         

        without using a measure is not possible?

         

        I open the report today and it's filtered starting from today, without clicking filter or sth else

         

         

        Thanks