Forum Discussion
Average value from second table
- 9 years ago
Make sure your Relationships are set to BOTH for 'Cross Filter Direction' since you are passing thru the ID table to get data from another table. Also, I tried this less complex Measure allowing ID to be calculated based on the table values instead of forcing the filter (but I think your code works as well).
FOrrest
Make sure your Relationships are set to BOTH for 'Cross Filter Direction' since you are passing thru the ID table to get data from another table. Also, I tried this less complex Measure allowing ID to be calculated based on the table values instead of forcing the filter (but I think your code works as well).
FOrrest
- Mbechet9 years agoFrequent Visitor
Wonderful,
I was sure it was simple! The only issue was the both directions from my tables relationships.
Thank you very much and have a great weekend!