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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
nicolasvc
Helper III
Helper III

Take previous cell value to build a column

I have in table "Products" a simple column with one cell:

 

Products

1250

 

And other table "dates"

demandofferstock
132112001250+1321-1200
213220231371+2132-2023

 

And I need to fill the column stock with the value 1250 from table Products and then add 1321 - 1200 for the first cell, then with this value 1250+1321-1200= 1371 I need to do the same procedure, but for the next rows down, how can I take the value of the previous cell in the same column and work from it?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @nicolasvc ,

Add an index column. Transform data>> Add column>>From 1

11.PNG

22.PNG

Create a column.

stock = calculate(sum('dates table'[demand])-sum('dates table'[offer])+MAX(products[Products]),FILTER('dates table',[index]<=EARLIER('dates table'[Index])))

33.PNG

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Best Regards

Community Support Team _ Polly

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @nicolasvc ,

Add an index column. Transform data>> Add column>>From 1

11.PNG

22.PNG

Create a column.

stock = calculate(sum('dates table'[demand])-sum('dates table'[offer])+MAX(products[Products]),FILTER('dates table',[index]<=EARLIER('dates table'[Index])))

33.PNG

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Best Regards

Community Support Team _ Polly

Thanks very much! I really appreciate it.

richbenmintz
Solution Sage
Solution Sage

Hi @nicolasvc ,

Does the "dates" table provide a product_id and a date to sort by?

How are the products and dates tables related?



I hope this helps,
Richard

Did I answer your question? Mark my post as a solution! Kudos Appreciated!

Proud to be a Super User!


Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.