0
good night!
I’m new to DAX and I’d like a hand with the following question:
Meta Formatada = SWITCH
(KPI.Formatacao
, "Money", FORMAT([Meta],"Currency")
, "Numeric", FORMAT([Meta],"General Number")
, "Unknown value" )
"KPI.Formatting" is my "table.column" I would like to understand if it is possible and how I can make a switch on top of a column and not an expression. If it is possible only via expression, there is some way to put the text of this column as a measure?
Thanks in advance.