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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
marcodea
Helper II
Helper II

Recursive Function cause strange data load

Hi members.

My data source is a CSV with 4000 rows and one column is the DATE. For some rows the DATE is null because is related to the previous row. I would like to create a new field to have the correct DATE.

I used a recursive function that seems to work properly in the query editor, but when I apply the changes to the model, it starts loading data without stopping.

I created the following steps:

 

1) Load table TAB1

2) Add an index to TAB1

3) Duplicate TAB1 in TAB2

4) Create a custom recursive function that check the value of the current row, if null search the previous row. The function use TAB2

5) Invoke the custom function in a new column (TAB1 - FUN1)

 

Thanks for helping.

 

-------------------------  

 

Table in query editor. Calculated column Fun1 seems correct

Table.jpg

 

Recursive function 

Fun.jpg

 

 

Steps.jpg

1 ACCEPTED SOLUTION
artemus
Microsoft Employee
Microsoft Employee

It sounds like Table.FillUp(table, "column") library function will do what you want.

View solution in original post

2 REPLIES 2
marcodea
Helper II
Helper II

Very good suggest.

It seems Table.FillUp work only with null value and sometimes I need to check other column but with some other steps I find a solution

 

 

artemus
Microsoft Employee
Microsoft Employee

It sounds like Table.FillUp(table, "column") library function will do what you want.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors