Forum Discussion

joshuavd's avatar
joshuavd
Frequent Visitor
10 years ago
Solved

DAX counting based on two tables and a filter

Just want to start off with a thanks.  I am new to DAX and the help I have been offered here is incredibly helpful to my learning.   Now the issue.  This is the table schema I have: I want t...
  • Greg_Deckler's avatar
    10 years ago

    joshuavd - I believe you want this:

     

    Won = CALCULATE(COUNTROWS(Foosey),FILTER(RELATEDTABLE(Foosey),Foosey[Score]=10))