The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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"
)