The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"
)