Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Count rows in matrix

Hello, I have a matrix set up. I have row and column totals which are fine. My row is a text value. I have a bunch of slicers attached to it to filter the displayed items. How do I get a dynami...
  • Zubair_Muhammad's avatar
    7 years ago

    Anonymous 

     

    If you have a single field in the Rows section of the Matrix, you can use a MEASURE like

     

    Measure=COUNTROWS(VALUES(TableName[RowField]))