Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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 th...
  • Anonymous's avatar
    Anonymous
    7 years ago
    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", ))