Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Using the parameter value in the measure doesn't work. Is this the standard behaviour?
Solved! Go to Solution.
Hi,
No just declare it as a variable before the calculation
I created a numeric column inside the parameter and it works now. Thanks for your help in letting me know that it was essential to create a separate variable for the selected parameter value.
hat do you want to check on sgment ?
The parameter is composed of dimensions. The parameter column has the following values -
Parameter1
Products
Customers
Segments
I want to check if the "segment" is selected or not.
Ok more complicatd. Can you send me a sample of your datas ?
Hi,
No just declare it as a variable before the calculation
Thank you @Anonymous ! I also want to check if the parameter value = "Segment" but it doesn't seem to work.