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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

CALCULATE Formula

Hi Guys. Got a simple problem, however, for the life of me, I can't seem to work it out. 

Basically I've got two tables. One has Total Caseload (Caseload Table) and another one has certain requirements for clients (Job Search Table). 

 

I am trying to come up with a number and percentage to show out of total caseload, how many clients with stream "SC" (caseload table) have got Job Search requirement of more than 10 (Job Search Table). 

 

So far I've tried this formula (which might need tweaking): 

adnanzakir_0-1639552681890.png

I thought in order to calculate the number of such cohort I could do this formula: 

 

adnanzakir_2-1639552868403.png

Any help would be appreciated (a brief explanation of the solution would help too)

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous in place of && use comma , or use two separate filter one on each Table

 

example

Calculate([Measure], Table1[A] = "ABC", Table2[B] >100)

 

Calculate([Measure], filter(Table1, Table1[A] = "ABC") ,filter( Table2, Table2[B] >100) )

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

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous in place of && use comma , or use two separate filter one on each Table

 

example

Calculate([Measure], Table1[A] = "ABC", Table2[B] >100)

 

Calculate([Measure], filter(Table1, Table1[A] = "ABC") ,filter( Table2, Table2[B] >100) )

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
Anonymous
Not applicable

Hi @amitchandak . Mate thank you so much for your help. both formulas worked a treat. Cheers for your help

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.