What is the equivalent of Excel's Subtotal in Power Pivot?

164 Views Asked by At

Is there a way to count the total number of rows returned in a filtered table in Power Pivot? I tried populating a column with 1 or 0 and used SUM. But it returned the number of rows in the original table and not in the filtered.

1

There are 1 best solutions below

3
WimV On

if you want to count rows, you can use this formula

Myformula:=Countrows(mytable)