Table.RepalceValue cest pas si simple que ça !
1 2 3 4 5 6 7
| Table.ReplaceValue (
table as table, // Param 1
oldValue as any, // Param 2
newValue as any, //Param3
replacer as function, // Param 4
columnsToSearch as list // Param 5
) as table |
replacer est une fonction avec 2 méthodes natives toutes deux CASE SENSITIVE.
...