Forum Discussion
Anonymous
5 years agoNot applicable
Custom Replacer.ReplaceText
I have no idea why this is not working. I am trying to add a custom holiday to my date table. I get no error code. It acts like it has repaced the value but the cell is empty rather than XXXXXXX. W...
- 5 years ago
#"Replaced Value" = Table.ReplaceValue(#"Sorted Rows", each [Holiday], each if [Date] = #date(2021, 4, 2) then "XXXXXXXXXX" else [Holiday], Replacer.ReplaceValue,{"Holiday"})
Anonymous
5 years agoNot applicable
I am not sure why this worked because it appears to be the exact same thing as I was doing but it works. Thank You Very Much