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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
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,214,810
Messages
6,121,690
Members
449,048
Latest member
81jamesacct

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