Forum Discussion
TaufikMaggangka
Helper II
5 years agoMeasure for Text in Direct Query Mode.
Hi All,,, I need help with "Direct Query" mode. Basically, I want to retrieve value from column into new value. I try with custom column but not working in the "direct query mode". Here my s...
Tanushree_Kapse
Impactful Individual
5 years agoHi TaufikMaggangka ,
Try using this DAX to substitute the space with comma:
Measure= SUBSTITUTE(Table[CovidSymtptomsScreen]," ", ",")
TaufikMaggangka
Helper II
5 years ago
Hi Tanushree_Kapse , i would like to try but cant found my name of my table. please image atatched
- Tanushree_Kapse5 years ago
Impactful Individual
TaufikMaggangka , you are writing the syntax wrong.
One equal to sign only!!- TaufikMaggangka5 years ago
Helper II
Hi Tanushree_Kapse
I have delete the = but still cannot find the table.- Tanushree_Kapse5 years ago
Impactful Individual
TaufikMaggangka , instead of measure... create a new column and use the formula