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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
FRG
Resolver I
Resolver I

Value of the next row

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

Capture.JPG

1 ACCEPTED SOLUTION
alexei7
Continued Contributor
Continued Contributor

Hi @FRG,

 

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

View solution in original post

2 REPLIES 2
alexei7
Continued Contributor
Continued Contributor

Hi @FRG,

 

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

Thanks @alexei7 it work!

I should have asked before!!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.