Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello community
can someone please point out why the first formula does not work inmage1.. image 2 works fine.
thank you - Zoey
Solved! Go to Solution.
@zraopingm use curly brackets instead of the rounded ones (e.g: {7,8,9} )
@zraopingm use curly brackets instead of the rounded ones (e.g: {7,8,9} )
try this:
Measure =
SWITCH(
TRUE(),
'Date'[MonthNo] = 7 || 'Date'[MonthNo] = 8 || 'Date'[MonthNo] = 9, "Q4",
"Other Quarter"
)