Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Virpalsinh
New Member

Looking a kind of cummulative calculation based on positon name and ordering.

Hello All,

I am looking for a dax to calculate cummulative value in power bi as given in excel by client.

Screenshot (2).pngabm.png

 

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.

power bi.png
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

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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.

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.