The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |