Forum Discussion
NILU090
3 years agoHelper II
Inactive relationship chart filter
Hi Team, i have following data modelling. Both relationships are INACTIVE. I want to show output chart as per completed date. also i have added filter of year. so everything should filter as per s...
- 3 years ago
1st - Create a measure somethin like this: Amount_CompleteDate = CALCULATE(SUM(fact[amount]), USERELATIONSHIP(fact[Completed Date], TblDate[Date]))
2nd - Create a Bar Chart and use Date on the X-Axis and the measure on the Y-Axis.
Hope it works ๐
JorgePinho
3 years agoSolution Sage
1st - Create a measure somethin like this: Amount_CompleteDate = CALCULATE(SUM(fact[amount]), USERELATIONSHIP(fact[Completed Date], TblDate[Date]))
2nd - Create a Bar Chart and use Date on the X-Axis and the measure on the Y-Axis.
Hope it works ๐