Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Cluster Column Chart Not calculating percent of string variable by x-axis correctly

Hello,    I searched this forum, but I could not find anything that solved my issue. I have a matrix table with the count of two different categories by year. If I add my value and show as "pecent ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I figured it out. 

     

    The measure I needed was: 

     

    Measure = DIVIDE(

    COUNT(DISP_HISTORY[CD Count]),
    CALCULATE(COUNT(DISP_HISTORY[CD Count]), AllSelected (DISP_HISTORY[CD Count)))