CALCULATE or SUM question

gmazza76

Well-known Member
Joined
Mar 19, 2011
Messages
769
Office Version
  1. 365
Platform
  1. Windows
Good afternoon,

I have generated a table in Power Pivot that calculates the book name in the table below using a formulas as follows

Code:
if(Listings[Title]="S.D. 3 Questions",CALCULATE(COUNTROWS(Main Info), FILTER(Main Info,Main Info[Book Title]=Listings[Book Title]),FILTER(Main Info,Type=Listings[Type]),
     FILTER(Main Info,Main Info[Author]="Author")blank())))

I am struggling to get the "Author 1" part below to add up the Book 1 - 5, even if I duplicate the filter option above with each filter.

What is the best way to do this?

Author 1
Book 1
4971​
Book 2
1263​
Book 3
645​
Book 4
63​
Book 5

thanks in advance
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,223,718
Messages
6,174,082
Members
452,542
Latest member
Bricklin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top