Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Power BI filtering issues in matrix

Matrix in the Power BI will be filtered based on the month selected (Left side visual). When selected January, in matrix, on expanding the Location R100, there are values for Jan 06, Jan 27 which is ...
  • v-xuding-msft's avatar
    6 years ago

    Hi Anonymous ,

     

    Please try to add a visual filter in Filter Pane like this:

     

    Measure = 
    VAR COUNT_ =
        CALCULATE ( DISTINCTCOUNT ( FactJobClubOrientation[RosterID] ) )
    RETURN
                IF ( ISBLANK ( COUNT_ ), 0, COUNT_ )