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 all! If I have a what-if parameter, I'd like to be able to set it to a specific value (whilst still being able to use the sliders to change the value afterwards) depending on a selection.
Example: If I select Plan A then I'd like the "Production" parameter to show the number 10 (this number 10 would come from a measure as calculated in Plan A). And then if Plan B is selected then number 15 to be shown.
Is this possible?
@Anonymous , I doubt you can do it with what if parameter.
You can display that in card
example
if(selectedvalue(plan[plan]) ="Plan A", [Measure1], [Measure2])
@amitchandak ah shame! For the purposes of display a card would work but I'd be wanting to be able to vary the figures around this preselected value, for which a parameter would be needed.