pie
1 TopicHow to Sort Pie Chart Values When Using SSAS Measures?
I’m trying to configure a pie chart so that a specific value appears first. After searching online, it seems the usual approach is to use a custom table or add a column for sorting. Here’s the challenge: my data comes from an SSAS model, and I don’t have permission to modify it. The values are measures that together add up to 100%, which is why they work well in a pie chart. However, since they are three separate measures, I can’t sort them directly. Has anyone dealt with this before? Any ideas on how to proceed without changing the SSAS model?Solved