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 dynamic row count of what is currently displayed in the matrix?

 

 

  • 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]))

1 Reply

  • Zubair_Muhammad's avatar
    Zubair_Muhammad
    Community Champion

    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]))