Forum Discussion
NithyaKB
4 years agoHelper I
Power Query - Replacing empty cells in source with null in M query
Hi, I have a table in which say for example in a table column title has empty values for few rows .I am expanding my table in Power query and fetching only the title column.For few rows it is show...
- 4 years ago
various options:
- add a step to replace errors
- use try ... otherwise ...
- investigate the cell contents with Value.Is before attempting to expand it.
Anonymous
4 years agoNot applicable
HI NithyaKB,
You can refer to the following links to know how to process these errors.
Odata wiht URL Conventions:
Power query error handling:
Error handling - Power Query | Microsoft Docs
Dealing with errors - Power Query | Microsoft Docs
Regards,
Xiaoxin Sheng