Forum Discussion

manideep547's avatar
manideep547
Icon for Helper III rankHelper III
6 years ago
Solved

Replace 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 ...
  • Greg_Deckler's avatar
    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