Forum Discussion
RAKESH1986
3 years agoHelper II
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....
- 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!
v-jingzhang
3 years agoCommunity Support
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!