Forum Discussion
AKR27
4 years agoNew Member
undefined
Hi! I am building a measure in DAX and running into some problems with the denominator which is made up of the conditional statement below. (A or B) and not C and D Using CALCULATE, but wonde...
tamerj1
4 years agoCommunity Champion
Try to include FILTER function inside CALCULATE and place your conditions inside. You might need to have multiple FILTER functions if the conditions invlove multiple tables.
AKR27
4 years agoNew Member
I agree with your recommendation. I was attempting to use FILTER as well so I will explore that and test. Thank you.