Hello,
Is it possible to change values in direct query ? Using dax to do it or something else ?
Thanks for the futur answers.
Solved! Go to Solution.
Hi @ItSupportElm ,
We cannot replace it directly, but we can create a new calculated column to meet your requirement:
ColumnName = SUBSTITUTE('Table'[ColumnToReplace],"OldText","NewText")
Best regards,
Hi @ItSupportElm ,
We cannot replace it directly, but we can create a new calculated column to meet your requirement:
ColumnName = SUBSTITUTE('Table'[ColumnToReplace],"OldText","NewText")
Best regards,