Forum Discussion

ghouse_peer's avatar
ghouse_peer
Post Patron
6 years ago
Solved

Backlog Static value

Hello Guys,   I have used backlog formula and took it into a visual. values are showing perfectly but after June 2020 the recent backlog value is reflecting for all the months. That should not happ...
  • amitchandak's avatar
    amitchandak
    6 years ago

    ghouse_peer , That is Date in you table. If use max date in the table will stop at max date in the table 

    In place of backlog date use date from table 

     

    Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(date,date[date] <=maxx(date,date[date])))
    Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(date,date[date] <=max(Sales[Sales Date])))

     

    Like in second case I has use Sales date from sales table