Forum Discussion
Prabha45
3 years agoHelper III
DAX - Selected value
Hi I wrote a measure where if is January is selected measure shows 1, february 2, so on till december. Measure = switch(selectedvalue (dim_table[month_name]), ...
tamerj1
3 years agoCommunity Champion
So with CONVERT you got your desired outcome? Or you still need further support? If so please clarify further perhaps with some examples and/or screenshots.
Prabha45
3 years agoHelper III
No. If I use convert, the output of the measure changes to 123. With 123 as input, I can't trigger the function app.
If I don't use convert, the measure output is 1,2,3. when I pass this as input it takes as "1,2,3".