Forum Discussion

Faye1901's avatar
Faye1901
Helper I
6 years ago
Solved

YTD Measure with Filter Context

Hi All


I have a YTD measure with a view to showing the YTD total value of some product, but it loses the filter context applied to the page. I need a YTD that keeps filter context.

See current measure here: $ Value YTD = TOTALYTD([$ Value], 'dim A - Transaction Date'[Calendar Date], allselected('dim A - Transaction Date'[Financial Year Short]), "7/31")


I'm expecting the sum of the Current Year $ from the summary table but I'm getting something totally different because of the filter context issue.

 
Cheers
Faye

 

 

  • Anonymous's avatar
    Anonymous
    6 years ago

    Faye1901 

    Did the above replies helped you to solve your problem. If so please mark the solutions. 

    If not, you may try ALL(Table) as the filter context.

    $ Value YTD = TOTALYTD([$ Value], 'dim A - Transaction Date'[Calendar Date], All('dim A - Transaction Date'), "7/31")

     

    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

5 Replies