Forum Discussion
IanDavies
Helper III
2 years agoFinding Null Values to resolve an error
I have a dataset and in one column I transform the name of computers to a common standard using this transformation: = Table.AddColumn( /* Add a column CleanName, this is used as a key field acr...
- 2 years ago
Hi IanDavies
Well done for working that out.
You could use the size attribute and set a minimum size:
Or on the Invoked Custom Function step before expanding the rows remove the error rows:
What do you think the solution should have been? Removing the errored tables before it was combined?
Sounds to me like you solved it, mark yourself as solution!
SamWiseOwl
Super User
2 years agoHi IanDavies
Well done for working that out.
You could use the size attribute and set a minimum size:
Or on the Invoked Custom Function step before expanding the rows remove the error rows:
What do you think the solution should have been? Removing the errored tables before it was combined?
Sounds to me like you solved it, mark yourself as solution!