Forum Discussion

Analitika's avatar
Analitika
Post Prodigy
4 years ago
Solved

Filter calculation by date using date slicer

Hello,

 

How to solve this issue like - filter calculation by date slicer using end date. That start date will not affect calculations.

I used filter('Date', 'Date'[Date'] <=MAX('Date','Date'[Date']) but still measure reacts to start date of slicer.

How to resolve this issue?

  • Hi, Analitika 

    Try this:

     

    var _EndDate=MAXX(ALLSELECTED('Table'),'Table'[Date])

     

    Result:

     

    If this doesn't work for you, could you please consider sharing more details about it and posting expected result so it is clear on what needs to be implemented?  And It would be great if there is a sample file without any sesentive information here. It makes it easier to give you a solution.



    Best Regards,
    Community Support Team _ Zeon Zheng

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

4 Replies