Charlotte Price Posted December 14, 2023 Share Posted December 14, 2023 Hello, I want to size my pie chart from positive to negative numbers but it looks like default behavior is to sort by number regardless of positive or negative (see attached image, pink sector). I am sizing by a sum of a column. Is there a way around this? Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted December 14, 2023 Share Posted December 14, 2023 Hello Charlotte,Just to confirm, is the question about the size or the sorting? The sorting is indeed based on absolute numbers. The ability to control how negative values are handled sounds like a very good for the Ideas Portal - https://spotfi.re/ideas. I didn't find any existing idea so I recommend that you create an idea.The only (bad) way I can think of today would be to add an offset (e.g. the min value) to shift them all to be positive valuesExample:Sum([Value]) THEN [Value] + Abs(Min([Value]) OVER (All([Axis.Color])))That can give you the sort order you want but at the expense of making the actual size value rather useless.(Note that negative value segments are indicated with a red line).For now, it might be better to use a different plot type, e.g. a bar chart to visualize that data Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now