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
Hello,
I am having issues trying to swap multiple parameters into a single measure depending on a column value. For example: if we have 2 parameters, [Parameter for Type A Value] = 50, [Parameter for Type B Value] = 100 I want them to show up in a table like this:
Type | Measure Value |
A | 50 |
B | 100 |
I have tried something like: Measure Value = if(selectedvalue([Type]) = "A", [Parameter for Type A Value], if(selectedvalue([Type]) = "B", [Paremeter for Type B value]))
Any tips for this would be greatly appreciated
Solved! Go to Solution.
nevermind had to switch selectedvalue() with MIN() and it works now
nevermind had to switch selectedvalue() with MIN() and it works now
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |