The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.