Forum Discussion
Andrew_lu1933
4 years agoRegular Visitor
How to use Table.ReplaceMatchingRows() third paramters?
in document, we see there is third paramters, but we can't find how to use third parameter. Table.ReplaceMatchingRows(
table as table,
replacements as list,
optional equationCriteria as any...
- 4 years ago
NewStep=Table.FromRecords(Table.TransformRows(PreviousStepName,each if [Name]="GZ" then _&[A1=[A],B1=[B]] else _))
wdx223_Daniel
4 years agoCommunity Champion
NewStep=Table.FromRecords(Table.TransformRows(PreviousStepName,each if [Name]="GZ" then _&[A1=[A],B1=[B]] else _))