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
I am trying to add a new measure to a table and using data from another column to standardize some fields.
This is what I have an keep getting errors
Solved! Go to Solution.
Try this
Status =
SWITCH(
FRAM[eligibility],
"Free", "Free",
"Reduced", "Reduced",
"Paid", "Paid",
"Other" -- optional default value
)
Try this
Status =
SWITCH(
FRAM[eligibility],
"Free", "Free",
"Reduced", "Reduced",
"Paid", "Paid",
"Other" -- optional default value
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |