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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors
Top Kudoed Authors