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.
Hello,
is it possible to create a field with freely entering a number, that can be used as a filter or calculation value in existing measures?
Solved! Go to Solution.
Hi @Tober1996
You might refer to the what-if parameter:
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
https://www.absentdata.com/power-bi/parameter-power-bi/
https://radacad.com/power-bi-what-if-parameters
Hi @Tober1996
You might refer to the what-if parameter:
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
https://www.absentdata.com/power-bi/parameter-power-bi/
https://radacad.com/power-bi-what-if-parameters
Sounds like you want a What If parameter. Basically, create a table using GENERATESERIES and then use SELECTEDVALUE in a measure.