Forum Discussion
Ignore Existing Relationship
- Anonymous4 years ago
Ok, got it. If you just want to remove the relationship, you can wrap your calculation with a CALCULATE function and CROSSFILTER function.CROSSFILTER can be used to remove the active relationship by mentioning the filter direction as none, this retains the other existing filters. Based on your exact need, you can explore how this option can be used in your case.
something like : CALCULATE( <calculation>, CROSSFILTER(dt1,dt2,none)
Thanks Anonymous
Currently I don't have an inactive relationship set up. Is there a way to do it without setting an inactive relationship? I tried it and it messed up a bunch of other reports. If that's the only way to do it, I'll try and set up the other reports differently.
Yes. You can use TREATAS function to setup virtual relationship that can be used for filtering.