The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.