Forum Discussion
rtaylor
6 years agoHelper III
Measure: Projection based on max date while establishing/maint a date relationship in another column
Hello and Thanks for your Help!, Sample Report https://drive.google.com/a/mail.sdsu.edu/file/d/1TzC1ljUvrejDgtxjkiP6K1EWFnodrv45/view?usp=sharing I'm trying to create a measure that calculati...
- 6 years ago
Hi rtaylor ,
Please update the relationship between tables as below.
After that, set the interactions of your visuals to filter. Then we can get the excepted result.
Pbix as attached.
v-frfei-msft
6 years agoCommunity Support
Hi rtaylor ,
We can create relationship between date table and the fact table like that.
Based on that, USERELATIONSHIP can help you in your scenario.
Measure = CALCULATE(SUM('Table'[ Amount]),USERELATIONSHIP('date'[Date],'Table'[Date Month]))
- rtaylor6 years agoHelper III
Hi Thanks for the response.
I thought Cross Filter did the same thing?
Anyways I've tried both and still get the same answer. Please see below a sample model report
https://drive.google.com/a/mail.sdsu.edu/file/d/1TzC1ljUvrejDgtxjkiP6K1EWFnodrv45/view?usp=sharing