Forum Discussion
Filtering throug inactive indirect relationship
- Anonymous4 years ago
Hi alisaleh ,
I create a sample to have a test, and USERELATIONSHIP should work well.
Table A:
Table B:
Table C:
Relationship:
Measure = CALCULATE(SUM('Table A'[Value]),USERELATIONSHIP('Table A'[Category],'Table B'[Category]), USERELATIONSHIP('Table B'[Category],'Table C'[Category]))Result is as below.
If this reply still couldn't help you solve your problem, please share a sample file with me. And show me a screenshot with the result you want. This will make me easier to find the solution.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi alisaleh ,
I create a sample to have a test, and USERELATIONSHIP should work well.
Table A:
Table B:
Table C:
Relationship:
Measure =
CALCULATE(SUM('Table A'[Value]),USERELATIONSHIP('Table A'[Category],'Table B'[Category]), USERELATIONSHIP('Table B'[Category],'Table C'[Category]))
Result is as below.
If this reply still couldn't help you solve your problem, please share a sample file with me. And show me a screenshot with the result you want. This will make me easier to find the solution.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.