Forum Discussion

jlafond's avatar
jlafond
New Member
4 years ago
Solved

DAX Formula IF statement with Filter

Hey all, I am having difficulty writing a successful DAX formula, and wondered if someone could assist.   TableA and TableB are joined many-to-one in both directions on the field CampaignID (whole ...
  • jlafond's avatar
    jlafond
    4 years ago

    Never mind. I was able to modify your solution a bit to make it work for me. All good now, thanks!

     

    I had to add one more VAR for the second field I wanted to filter by (Name). I then put your SUMX formula into a CALCULATE formula with multiple filters.