Forum Discussion
manideep547
Helper III
6 years agoReplace the values Dynamically
I am having the table b with the destination column. I want to replace some values dynamically. for example Destination CityWalk output Destination City if new records have come the ...
- 6 years ago
For DirectQuery your best bet is to probably create a new calculated column in DAX. You could use SWITCH or IF statement and perhaps SEARCH or FIND to do the replacements
Greg_Deckler
Community Champion
6 years agoFor DirectQuery your best bet is to probably create a new calculated column in DAX. You could use SWITCH or IF statement and perhaps SEARCH or FIND to do the replacements