Forum Discussion
Anonymous
6 years agoNot applicable
Currency Format
Hi everyone, I wrote this code as a measure: Moneda Seleccionada = VAR CAMBIO = SELECTEDVALUE(Hoja4[SIGLAS]) RETURN IF(CAMBIO="USD", FORMAT([TOTAL USD],"$ #.##"), IF(CAMBIO="PE", "S/" & " " ...
- 6 years ago
DataInsights
6 years agoSuper User