Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I want to replace the blank by the value of the next row of the same column.
In this case I need to have 1409 instead of blank. Thanks
Solved! Go to Solution.
Hi @Anonymous,
You could try creating a new custom column to do this for you.
The formula would be something like:
Column = if(Table1[IDRun4]=0,LOOKUPVALUE(Table1[IDRun4],Table1[Scaling_ID],Table1[Scaling_ID]+1),Table1[IDRun4])
(obviously replacing "Table1" with your own table name).
Hope that helps,
Alex
Hi @Anonymous,
You could try creating a new custom column to do this for you.
The formula would be something like:
Column = if(Table1[IDRun4]=0,LOOKUPVALUE(Table1[IDRun4],Table1[Scaling_ID],Table1[Scaling_ID]+1),Table1[IDRun4])
(obviously replacing "Table1" with your own table name).
Hope that helps,
Alex
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.