Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, is it possible to move data left to replace null cells?
Cheers
Hi @Watts2703 ,
Please try this custom function.
Fill values to the right in Power Query and Power BI
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
@Watts2703 You could create a new column like the following and then remove the original column and rename the new column:
= if [Machine 1] = null then [Machine 2] else [Machine 1]