Forum Discussion
powerdev
8 years agoRegular Visitor
Creating a percentage graph
I am attempting to show a distribution of patient risk across a 1 - 100 scale. I can produce the following graph that shows deitentified patient ids and their total risk score. What I wo...
v-yulgu-msft
8 years agoMicrosoft Employee
Hi powerdev,
Aggree with the solution you mentioned that to use "Bin" to generate new group. But what do you mean "my final output is a calculated field and the option for a new group is not available"? After creating a bin based on a specific field, it will dynamically add a calculated column in table view, you just need to add this new field into X-axis of column chart.
Regards,
Yuliana Gu
powerdev
8 years agoRegular Visitor
Thanks v-yulgu-msft for the reply.
What I mean is that the "Risk Score" column above is itself a calculated measure. When I select it and try to select "New Group" from the menu it is greyed out. I am thinking that creating a group from a calculated measure isn't possible. Is this correct?