Forum Discussion
Replace Empty with Value in Query
Deleted.
- Anonymous5 years ago
Oh yeah--in the Replave Values GUI dialogue, you have to check "Match Entire Cell Contents", or it will replace spaces anywhere there is one, as opposeds to the whole cell being "empty". Sorry about that!!
--Nate
3 Replies
- AnonymousNot applicable
Oh yeah--in the Replave Values GUI dialogue, you have to check "Match Entire Cell Contents", or it will replace spaces anywhere there is one, as opposeds to the whole cell being "empty". Sorry about that!!
--Nate
- AnonymousNot applicable
Right in that screenshot, uncheck "Select All", select that "blank" value. Next, just right click on whatever that value is, right in the table, and select "Replace Values". Replace it with whatever you'd like.Now just go the the applied steps, and delete the previous step to this one.
That's all!
--Nate
- AnonymousNot applicable
You can indeed!
FixedColumn = Table.TransformColumns(Prior Step, {{"ColumnName", Text.BeforeDelimiter(_, "(")}})
--Nate