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
Hi Power Bi, Community, I hope everyone doing well
I need some help to create a calculate column or measure with this data, Could you please help me?
Thanks
Solved! Go to Solution.
@alfredorhz , for this have column month number
Switch(true() ,
[Month no] <=3, [1 three],
[Month no] <=7, [2 Four],
[3 Five])
or
Switch(true() ,
[Month] in {"Jan", "Feb", "Mar"}, [1 three],
[Month] in {"Apr", "may", "Jun", "Jul"}, [2 Four],
[3 Five])
@alfredorhz , for this have column month number
Switch(true() ,
[Month no] <=3, [1 three],
[Month no] <=7, [2 Four],
[3 Five])
or
Switch(true() ,
[Month] in {"Jan", "Feb", "Mar"}, [1 three],
[Month] in {"Apr", "may", "Jun", "Jul"}, [2 Four],
[3 Five])
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |