Forum Discussion

jsangerman's avatar
jsangerman
Icon for Helper II rankHelper II
2 years ago
Solved

Ignore relationship in CALCULATE

I've looked through other posts on this and couldn't make any of those solutions work. So, here goes. Here's the relevant part of my model: I'm trying to calculate Active Capacity = SUM( Reso...
  • AlexisOlson's avatar
    AlexisOlson
    2 years ago

    The bi-directional filter from Resource Allocations is what's causing Date to filter Resource. The first thing I'd recommend to do change that to a one-way filtering. That should prevent the filtering you're trying to avoid.

     

    BTW, the reason it's not affecting Active in Date Range is because the relationship from Date to Resource To/From is inactive (plus you use ALL inside the CALCULATE functions).