Forum Discussion

RAKESH1986's avatar
RAKESH1986
Helper II
3 years ago
Solved

Dataformat error- invalid cell value #ref#

Hi All, pls, help me to find the error and fix it. data I am getting from an excel file..excel file has value and blank row but no error in file.     first, I added an error in the custom column....
  • v-jingzhang's avatar
    3 years ago

    Hi RAKESH1986 

     

    Based on below step, you can try filtering rows to remain rows that HasError <> false

    = Table.SelectRows(#"Expanded Custom", each ([HasError] <> false))

     

    See if this can filter the rows that have errors. 

     

    Best Regards,
    Community Support Team _ Jing
    If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!