Count formula in POwer Pivot

TicaTorch1

New Member
Joined
Mar 29, 2017
Messages
28
I need a COUNT formula in powerpivot. I have a column that contains women owned that contain NO and 100%. I need a count of the 100%. I have a table called Loan List and the column is Women Owned. Thank you
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Try using two formulas:

TOTAL LOAN COUNT:=COUNTROWS(LoanList)

WOMEN OWNED LOAN COUNT:=CALCULATE([TOTAL LOAN COUNT],FILTER(LoanList,LoanList[WOMEN OWNED]="100"))
 
Upvote 0
Thank you so much... I still get an error
Women Owned Loan Count:=CALCULATE([Total Loan Count],FILTER('Loan List'[WomenOwned]="100%"))
Is the % causing the error? The only characters in the column is "No" and "100%"
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,787
Members
449,188
Latest member
Hoffk036

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