Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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!
Solved! Go to Solution.
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
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
Hi @ukaufman
You can create calculated columns in Data view easily.
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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 12 | |
| 11 | |
| 7 | |
| 7 | |
| 6 |