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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
andybamber
Helper III
Helper III

Measure Using Multiple Conditions On Multiple tables

Hello!

 

Hoping someone can help!

 

I have attached an example data set below.

 

What I am trying to do is build a measures with the following logic, which has to look at 2 different tables, apply conditional logic to fields in both tables, and then return a count of the matching rows from the cplan table. 

 

Condition 1 = COUNTROWS(cplan) WHERE (cplan[UsagePlan] NOT IN {"Plan2","Plan3"}) OR sys_status[Status] = "Active"

 

 PBIX File 

 

Cheers

Andy

1 ACCEPTED SOLUTION
DimaMD
Solution Sage
Solution Sage

Hi @andybamber 
Is this your desired result?
Screenshot_2.jpg


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @andybamber 

COUNTROWS ( FILTER ( c_plan, NOT ( c_plan[UsagePlan] IN { "Plan2","Plan3" } ) ) )
    + CALCULATE ( COUNTROWS ( c_plan ), sys_status[Status] = "Active" )
DimaMD
Solution Sage
Solution Sage

Hi @andybamber 
Is this your desired result?
Screenshot_2.jpg


__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.