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

Don'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.

Reply
naoyixue1
Post Patron
Post Patron

Calculate the cumulative (running total) in column, not measure

Hey there,

 

I tried to calculate the running total based on the % at SKU level. Then I can categorize A,B,C items. But my calculation doesn't work. Do you have any thoughts? Thanks. ( I need the calculation added in column, not measure). 

naoyixue1_0-1671747580181.png

 

1 ACCEPTED SOLUTION
ChrisMendoza
Resident Rockstar
Resident Rockstar

@naoyixue1 - Are you trying to do this? 

RT Item level % = 
VAR maxWeek = 'Table'[Week]

RETURN 
    CALCULATE(
        SUM('Table'[Item level %]),
        ALLEXCEPT('Table','Table'[SKU]),
        'Table'[Week] <= maxWeek
    )

image.png 






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



View solution in original post

2 REPLIES 2
naoyixue1
Post Patron
Post Patron

@ChrisMendoza  Thank you so much!

ChrisMendoza
Resident Rockstar
Resident Rockstar

@naoyixue1 - Are you trying to do this? 

RT Item level % = 
VAR maxWeek = 'Table'[Week]

RETURN 
    CALCULATE(
        SUM('Table'[Item level %]),
        ALLEXCEPT('Table','Table'[SKU]),
        'Table'[Week] <= maxWeek
    )

image.png 






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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