Forum Discussion
Customer Analysis and Quote Tool
- 6 years ago
hi Anonymous
You could get it by What If parameters in power bi, then use it in a measure
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
https://radacad.com/power-bi-what-if-parameters
and you could also import Dim Rate Plans table, then create a [New Parameter measure] as below
New Parameter measure = SELECTEDVALUE('Dim Rate Plans'[Rate])
and use it in a measure too.
Regards,
Lin
hi Anonymous
You could get it by What If parameters in power bi, then use it in a measure
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
https://radacad.com/power-bi-what-if-parameters
and you could also import Dim Rate Plans table, then create a [New Parameter measure] as below
New Parameter measure = SELECTEDVALUE('Dim Rate Plans'[Rate])
and use it in a measure too.
Regards,
Lin