Forum Discussion
Anonymous
5 years agoNot applicable
Replace Values
Hi All, I have uploaded my dataset into Power BI and are using the Power Query editor to change cell values. This worked fine but when new data is entered into the dataset the values are not bein...
- Anonymous5 years ago
Hi Anonymous,
Maybe you can try to parameterize the 'replace value' function string with a query parameter, then you can change the query parameter to achieve dynamic replace effects.
Regards,
Xiaoxin Sheng
Fowmy
5 years agoSuper User
Anonymous
As you said the Replacevalue is part of the Query transformation so any new data added should go through the replace value process, can you share the M code?