Forum Discussion
Anonymous
4 years agoNot applicable
ReplaceValue for multiple columns
Hi guys, I would appreciate some hints on how to solve a problem I'm currently facing. The goal is to replace values for multiple colums dynamically. In case the Column "ACC (Lx)" is null, it...
- 4 years ago
=Table.FromRecords(Table.TransformRows(#"Converted to Table",each let a=Record.ToTable(_) in Record.FromTable(Table.ReplaceValue(a,each [Value],each [Name],(x,y,z)=>x??a{[Name=z&" (v)"]}?[Value]?,{"Value"}))))
Anonymous
4 years agoNot applicable
thanks wdx223_Daniel