Forum Discussion
karelstoel
4 years agoAdvocate I
Replace multiple values at once (replace value)
Hi, I am looking for a Dax formula that replace multiple values at once. I have several different values that I would like to replace for one value. See below an Excel sheet, at the left the "old...
- 4 years ago
karelstoel , The function you are using is from Power Query/M should be used in Data transformation mode/edit query mode.
DAX you have replace
refer for power query, bulk replace
amitchandak
4 years agoSuper User
karelstoel , The function you are using is from Power Query/M should be used in Data transformation mode/edit query mode.
DAX you have replace
refer for power query, bulk replace
karelstoel
4 years agoAdvocate I
Great, thanks!!