Forum Discussion
Anonymous
2 years agoNot applicable
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...
- 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
parry2k
Super User
2 years agoAnonymous is this what you are looking for?