Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Sum & Filter value from another Column with UserRelationship

I have two columns  Training Hours & Training Overdues

 

Training Hours     

Course 

Month

Date

No. of Trainees

 

Training OverDues

Course

Month

No, of OverDues

 

I want to calculate no of Overdues for Participants per month . I have following measure, its showing the total overdues for each course. I want to display the filter the results when selecting month from Timeline Visuals

 

Course to Course relation is active but month is not because its link with other tables 

 

Measure = CALCULATE(SUM(Training OverDues[Over Dues]),USERELATIONSHIP(Training OverDues[Month],'Training Hours'[Month]),USERELATIONSHIP(Training OverDues[Course],'Training Hours'[Course]))