Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Line Chart is not displaying correct trend

Hi,  I am trying to create a trend analysis for grade-based user selection on the department slicer. I created two measures to get the employee distinct count and the grand total of the selected depa...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Posting the solution that works.  Thanks Darek!

    Grand Total =
    CALCULATE(
    [Count Filter by Grade],
    ALLSELECTED( 'Dim_Employee OBS' ),
    ALL(Dim_Employee[Grade])
    )