Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Issues with data hierachy/multiple columns in matrix visualization

Hello all,   I am experiencing the following problem:   Each month I check, whether all teams within my organization have completed a specific task. I have constructed a report that allows me to ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

    Please recreate a  new measure.

     

    Measure 2 = var aa = IF(SELECTEDVALUE('Table'[PARENT_TEAM])<>BLANK(),SELECTEDVALUE('Table'[PARENT_TEAM]),SELECTEDVALUE('Table'[TEAM_SHORTNAME]))
    return 
    if(ISINSCOPE('Table'[TEAM_SHORTNAME]),[Measure],CALCULATE(MAX('Table'[TEAMLEAD]),FILTER(ALL('Table'),'Table'[PARENT_TEAM]=BLANK()&&'Table'[TEAM_SHORTNAME]=aa)))

     

    Then filter the PARENT_TEAM.

    Best Regards

    Community Support Team _ Polly

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.