Forum Discussion
ns1002
2 years agoNew Member
How do I filter by rows and count the total?
I need to be able to filter on the columns below to create a new column that filters and counts based on them. For example, if Type is "AWS" or "Azure" filter based on director and count the numb...
- 2 years agoTry this
Table = SUMMARIZE(Sheet1,Sheet1[VP],Sheet1[Director],Sheet1[Title],"Counts",COUNTROWS(Sheet1))
KRISHP1234
Helper I
2 years agoTry this
Table = SUMMARIZE(Sheet1,Sheet1[VP],Sheet1[Director],Sheet1[Title],"Counts",COUNTROWS(Sheet1))
Table = SUMMARIZE(Sheet1,Sheet1[VP],Sheet1[Director],Sheet1[Title],"Counts",COUNTROWS(Sheet1))