Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello All,
I am looking for a dax to calculate cummulative value in power bi as given in excel by client.
we are reffering the first screenshot of excel, and we have already applied ordering as well into our dataset, but i am not able to get the sum of above 'TSO' into below ABM.
for example the sum for first 5 TSO should come into below ABM and so on.
the first highlighted columns are for ordering and the second one is the root based on which we want cumulative.
all the TSO are defined as 0, ABM as 1 and RM as 2.
Thanks in advance
Solved! Go to Solution.
@Virpalsinh , Usually with help from a date table you can have cumulative
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
Running Total/ Cumulative: https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=41
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@Virpalsinh , Usually with help from a date table you can have cumulative
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
Running Total/ Cumulative: https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=41
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |