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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Reddyp
Helper I
Helper I

Group sum/cumulative total/Running total

Calculate group sum whn you have 2 or more categories

Final output: Group sum is calculated based on categories 

Reddyp_0-1639465741830.jpeg


Process:
1. Upload data > transform data > Add column > Index Column > From 1 
you will see index colum in your data, save and close 
2. Load data into "Data" colum in power BI, 
From "Fileds" > Add "New Column > use Dax code mentioned below 

Group sum =
SUMX (FILTER (
'ABC - LW6',
EARLIER ( 'ABC - LW6'[Category] ) = 'ABC - LW6'[Category]
&& EARLIER ( 'ABC - LW6'[Index] ) >= 'ABC - LW6'[Index]), 'ABC - LW6'[total sales1])

Result: 
Reddyp_0-1639466275534.png

 


 

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @Reddyp 

 

Thank you for sharing your solution and experience with the community!

 

Best Regards,
Community Support Team _ Jing

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.