Forum Discussion
Problem with filling empty spaces in column
- Anonymous2 years ago
Hi RicPT ,
Based on my testing again, please try the following DAX formula:
1.Create the new column and enter the following DAX formula.
filledcolumn = var index_ = 'Table'[Index] RETURN CALCULATE( LASTNONBLANK('Table'[Value], TRUE()), FILTER( ALL('Table'), 'Table'[index] <= index_ ) )2.Drag the column into the table visual. The result is shown below.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
RicPT Hey,
you can use this feature of Power query. I am sharing a link with you to have a look.
Fill values in a column - Power Query | Microsoft Learn
above feature will give the similer result and less load.
Thanks
Harish
If I solve this issue Kindly give kudos and accept this solution.
Thank you for your help! It's great in PowerQuery but not available in table view 🙂 Thank you for your time. Have a nice weekend!