Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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"
)
User | Count |
---|---|
98 | |
76 | |
76 | |
48 | |
26 |