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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

DAX IF OR Filters Question

I am new to Power BI and am struggling through a filtering issue. I have three sets of data which I am using, Oppotunities, Commitments, and Payments. I am trying to filter a list of Opportunities that have been designated as "Declined" or "Withdrawn" but have either Commitments that are "Projected", "Withdrawn", or "Confirmed" or have Payments that are  "Projected", "Planned", or "Withdrawn". I initially tried to tackle this through the page level filters but that would only show me items that may have both Commitments and Payments that need to be closed not items that have Commitments that are closed but Payments that are open or vice versa. Any help is greatly appreciated!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I was overthinking this. Was able to resolve my problem via the formula below. 
 
Logic = IF('Payment'[Commitment.Commitment Stage] = "Withdrawn", AND('Payment'[Payment Stage] = Withdrawn", ))

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I was overthinking this. Was able to resolve my problem via the formula below. 
 
Logic = IF('Payment'[Commitment.Commitment Stage] = "Withdrawn", AND('Payment'[Payment Stage] = Withdrawn", ))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors