Forum Discussion

LaurenceV's avatar
LaurenceV
Regular Visitor
1 year ago
Solved

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...
  • lbendlin's avatar
    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.