Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a bar chart when I represent a measure per group in a group list:
But I want to have a visual which will have group bars sorted by desc, however, G0 should be always in the right as the last bar, any ideas? Btw, I cant use Power Query here, as this table is custom.
Solved! Go to Solution.
Hi @Anonymous ,
if you follow this tutorial I think you can find the solution to your problem
Sort a Column with a Custom Order in Power BI - RADACAD
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Quick Solution:- Use a measure to show the value in bar except for G0 give an least value add this measure in tooltip and sort the visual with this measure.
Solution:- as you have mentioned it is a custom table you can create a new column and give the value based on your sorting and requirement and sort axis column by new custom column create.
Please refer this Microsoft Documentation
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Hi @Anonymous ,
Quick Solution:- Use a measure to show the value in bar except for G0 give an least value add this measure in tooltip and sort the visual with this measure.
Solution:- as you have mentioned it is a custom table you can create a new column and give the value based on your sorting and requirement and sort axis column by new custom column create.
Please refer this Microsoft Documentation
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Hi @Anonymous ,
if you follow this tutorial I think you can find the solution to your problem
Sort a Column with a Custom Order in Power BI - RADACAD
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.