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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
roscas
Helper I
Helper I

New column that adds the accumulative of the column value

Hello, I hope someone can help me with this. I need to create a new column that adds the accumulative of the column value, this table is fed every day.  Thanks

roscas_0-1682255870356.png

 

 

 

2 ACCEPTED SOLUTIONS
DOLEARY85
Super User
Super User

Hi,

 

add a custom column with an index (starting from 1 with increment of 1)

 

then add another custom column for the calc:  List.Sum(List.FirstN(#"Changed Type"[Sales],[Index]))

 

DOLEARY85_0-1682260414035.png

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

roscas
Helper I
Helper I

thanks for your support

View solution in original post

3 REPLIES 3
roscas
Helper I
Helper I

thanks for your support

roscas
Helper I
Helper I

Thanks for your support

DOLEARY85
Super User
Super User

Hi,

 

add a custom column with an index (starting from 1 with increment of 1)

 

then add another custom column for the calc:  List.Sum(List.FirstN(#"Changed Type"[Sales],[Index]))

 

DOLEARY85_0-1682260414035.png

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors