Help !!
Been struggling to find the correct DAX formula for a column - the equivalent of a SUMIFS in Excel, to obtain a unique count for "In" items by stock number (below).
For Excel, =COUNTIFS($A$2:$A$11,$A2,$B$2:$B$11,"=In") does the job
Stock # Indicator Count
24461875 In 2
24461875 In 2
24497193 In 2
24497193 In 2
24497296 In 3
24497296 In 3
24497296 Out 3
24497296 In 3
24497301 In 1
24497301 Out 1
What's the DAX (am totally frustrated that I can't do this !!)
Many thanks
The Horse
Been struggling to find the correct DAX formula for a column - the equivalent of a SUMIFS in Excel, to obtain a unique count for "In" items by stock number (below).
For Excel, =COUNTIFS($A$2:$A$11,$A2,$B$2:$B$11,"=In") does the job
Stock # Indicator Count
24461875 In 2
24461875 In 2
24497193 In 2
24497193 In 2
24497296 In 3
24497296 In 3
24497296 Out 3
24497296 In 3
24497301 In 1
24497301 Out 1
What's the DAX (am totally frustrated that I can't do this !!)
Many thanks
The Horse