Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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 |
---|---|
81 | |
75 | |
70 | |
41 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |