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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
ukaufman
Frequent Visitor

Substract datetime

Hi! I am trying to substract each row with the previous one at the same column. 

For example I need to substract the row 473 of "fecha_reporte_API" from the row 472 and so on. 

Is there any way of doing this?

Thanks! 

 

 

doubt2.jpg

 

1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @ukaufman 

 

Please see the attached file with the solution, all you need to do is add an index column and later a custom column.

For reference please see Added Custom step on the attached 

 

image.png

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

 

View solution in original post

2 REPLIES 2
Mariusz
Community Champion
Community Champion

Hi @ukaufman 

 

Please see the attached file with the solution, all you need to do is add an index column and later a custom column.

For reference please see Added Custom step on the attached 

 

image.png

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

 

v-juanli-msft
Community Support
Community Support

Hi @ukaufman 

You can create calculated columns in Data view easily.

Capture15.JPG

 

Column = CALCULATE(LASTNONBLANK(Sheet3[fecha api],0),FILTER(Sheet3,Sheet3[fecha api]<EARLIER(Sheet3[fecha api])))

Column 2 = DATEDIFF([Column],[fecha api],SECOND)

 

 

Your  "fecha_reporte_API" repeats for many rows, what is your expected result for the same "fecha_reporte_API"?

 

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

ddf

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.