Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
alexcatala
Helper IV
Helper IV

Percentage of internal applicants

Hi, 

 

I am currently working in a formula to calculate the percentage of only the internal applicants who have been hired(excluding the blanks). Filtering by store and excluding the SA (Retail position).

 

Here it is a sample of data: the main database is called Recruitment Tracker and these are the fields inside:

 

StoreRetail positionHired DateInternal ExternalCandidate Name
709SA ExternalMike
709SA01/02/2020InternalSara
709SUP03/01/2020ExternalAnne
709SUP02/10/2020InternalKevin

 

Thanks for the help

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@alexcatala , Try a measure like

divide(calculate(countrows(table), filter(table, not(isblank(Table[hire date])) && Table[Internal External] = " Internal External")),calculate(countrows(table), filter(table, not(isblank(Table[hire date])))))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@alexcatala , Try a measure like

divide(calculate(countrows(table), filter(table, not(isblank(Table[hire date])) && Table[Internal External] = " Internal External")),calculate(countrows(table), filter(table, not(isblank(Table[hire date])))))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.