Forum Discussion

mesuyog's avatar
mesuyog
Regular Visitor
4 years ago
Solved

Creating a Bar Chart for running total.

Hi i have created a running total with following DAX

1_Running total All Select = CALCULATE ( SUM('US Superstore data'[Sales]), FILTER ( ALLSELECTED ( 'Date'[Date] ), 'Date'[Date]<= MAX ( 'Date'[Date])))
 
but when i take this measure into bar chart for yearly it shows good...but when i drill down it gets missplaced...