The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I need DAX solution for rnning total sales for 1 of my report.
Thanks in advance
Solved! Go to Solution.
Hi @Anonymous
You can use for example that your table name is sales
Running total= CALCULATE(SUM(Sales[amount]),Filter(ALL(Calendar[Date]),Calendar[Date]<=MAX(Calendar[Date])))
Let me know if this works
Hi @Anonymous
You can use for example that your table name is sales
Running total= CALCULATE(SUM(Sales[amount]),Filter(ALL(Calendar[Date]),Calendar[Date]<=MAX(Calendar[Date])))
Let me know if this works
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |