cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills 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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors