Forum Discussion

javigold's avatar
javigold
Frequent Visitor
3 years ago
Solved

Matrix rows not filtering properly

I have a matrix:

 

So my model is Region 1 - many on Programs.   Programs 1 - many on Activities.   

 

2 measures:

 

# of Programs= CALCULATE(COUNT('Programs'[Id]))
 
# of Activities= CALCULATE(COUNT('Activities'[Id]))
 
How do I filter out rows of activities that aren't associated with the program??
 
Thx!

 

  • bolfri's avatar
    bolfri
    3 years ago

    Click on the table and open filter pane. Then with measure # of Activities go to advanced and select option "is not blank". That's it. 🙂

4 Replies