Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Progress bar calculation and design

The table format is as shown above. I have a measure for % calculation which is sum of 1s divided by the total number of rows. Each Category is supposed to have a different % as shown. I want t...
  • parry2k's avatar
    2 years ago

    Anonymous I see the issue, your data is in pivoted shape, and you need to unpivot it.

     

    Transform Data -> Select Id Column -> Right click -> Unpivot other columns, it will create two columns attribute and value, rename those as you fit and then use attribute columns (or whatever you rename it to) on the y-axis.

     

    HTH