The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
is it possible some how to load values of (i+1) on the same row of (i). It should be iterative for each row till last.
"i" is an integer.
Thank you .
Solved! Go to Solution.
@Anonymous , Try a new column like
maxx(filter(Table, [Column1] =earlier([Column])+1 ),[var2])