Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |