Forum Discussion

roguetrader87's avatar
roguetrader87
Frequent Visitor
3 years ago
Solved

Cards not posting filtered amount

I am using a three cards to show me our companies Open Orders, Scheduled to Ship Order and Invoice Orders. As many of the open orders are from several months back I created an "As of" month to tell me what the amount of open orders are as of a certain day. For example, as of 4/1 we had $63k of open order but on 4/2 we had $84k.

 

When I created the card I am using the in between date slicer function it adds both dates together which I dont want. I would like the card to go off the last date. In other words between 4/1-4/2 we had $84k of open order not $147k worth of open orders. Hopefully this makes sense. 

  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi roguetrader87 ,

     

    My Sample:

    Measure:

    Measure = 
    CALCULATE(SUM('Table'[Value]),FILTER('Table','Table'[Date] = MAX('Table'[Date])))

    Result is as below.

     

    Best Regards,
    Rico Zhou

     

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

     

3 Replies