Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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).
Solved! Go to Solution.
@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
)
Proud to be a Super User!
@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
)
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!