Forum Discussion
Anonymous
7 years agoNot 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 th...
- Anonymous7 years agoI 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", ))
Anonymous
7 years agoNot 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", ))