Forum Discussion

JasonXieee's avatar
JasonXieee
Helper I
1 year ago
Solved

How to use fields parameter to create a measure slicer? (cannot work in matrix's Values part)

Dear PBI community friends, I followed this guidance (https://www.youtube.com/watch?v=uGiot_76KX0) and created a measure slicer for my matrix visual.   I have only one simple raw data table. Som...
  • wini_R's avatar
    wini_R
    1 year ago

    >> So is it a limitation of the measure slicer that user can only refer to measures, not columns?

    You can use columns as field parameters too, but these need to be used as dimensions (in rows or columns of matrix). Values require some sort of aggregation which we apply through measures (i.e. sum, average, min, etc) and by using just column in values it is not clear what calculation should be applied

     

    >> How can I put a number column into the slicer?

    Create a measure based on that column