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'[Da...