How to filter out the zero value from that column?

Hello @Kakooza-Allan-Klaus,

Kindly try this assign.

dtVariances.AsEnumerable.Where(Function (row) not row("Variance (FCY) ").toString = “0” or not row("Variance (FCY) ").toString = “0.00”).CopyToDatatable

I might be write the column name wrong, please be careful about this.

Kind Regards.