Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Sorting chart without visualizing data being sorted

Hi all! My data is set up as below. Column 2 is just a placeholder for a bunch of columns that are not currently relevant. Abs Diff (or Absolute Difference) is the combined distance of Max and Min from Mean. So for Row 1, its |7 - 3| + |9 - 7| = 6. The Max and Min % Diff are just the percentage of the difference from the Mean. So for Row 2, Max % Diff is (9 - 2)/7 = 28%.

MonthCategory Column 2NameMinMeanMaxAbs DiffMax % DiffMin % Diff
Jan 2022AadjasdaItem_X55105100%0%
Feb 2022BafnsaofsItem_Y379628%-57%
Mar 2022CfdoshfsiItem_Z26640%-66%


I am plotting this on a stacked bar chart with the Name as the y-axis, Min and Max % Diff as the x-axis, and the Month and Category in slicers. The result is somewhat of a diverging bar chart, as seen below. 

DaxPadawan_0-1671118702381.png

 

What I want to do is sort the chart by Abs Diff. I have tried sorting the Name column by the Abs Diff column, but I always get the error saying that you cannot sort by column if multiple values exist in one column for one value in the other. Any thoughts about how I could go about sorting this? 


1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@Anonymous 

If you add the ABS Dif to the tooltip on the visual you can then use it to sort the visual.  In my example I am showing paid amount by Member ID but I have added co-pay to the tooltip so I can sort the chart by co-pay amount.

jdbuchanan71_0-1671120621020.png

 

View solution in original post

2 REPLIES 2
jdbuchanan71
Super User
Super User

@Anonymous 

If you add the ABS Dif to the tooltip on the visual you can then use it to sort the visual.  In my example I am showing paid amount by Member ID but I have added co-pay to the tooltip so I can sort the chart by co-pay amount.

jdbuchanan71_0-1671120621020.png

 

Anonymous
Not applicable

Worked like a charm, an absolute genius trick. Thank you good sir. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors