Forum Discussion
LaurenceV
1 year agoRegular Visitor
Retrieve the value from a parameter in a dax measure
Hello, Let's say I have a simple table with 3 measures Total Amount, Total Quantity and Average Amount. I have created a parameter ChooseMeasure with those 3 measures (from the modelisation menu...
- 1 year ago
Sadly there is no EVALUATE in this corner of DAX. For regular parameters/slicers you need to use a SWITCH statement to call up the measure corresponding to each parameter selection.
For Field Parameters you need to use the slicer that is created with the parameter.
lbendlin
Super User
1 year agoSadly there is no EVALUATE in this corner of DAX. For regular parameters/slicers you need to use a SWITCH statement to call up the measure corresponding to each parameter selection.
For Field Parameters you need to use the slicer that is created with the parameter.