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

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.

Reply
steveorme69
Helper I
Helper I

Sort in Bar Chart

Sorry as I'm sure this is a really quick fix but how do you simply change the order of a Bar Chart.

 

I want to show Income before Costs in a bar chart but Power BI sorts it alphabetically.

 

 

 

https://1drv.ms/u/s!An_LprApKikkdYzWYv1hTJpxge8

 

Thanks

Steve

1 ACCEPTED SOLUTION

All working now !

 

Sorry I'd put cost rather than costs in the formula.

 

Really appreciate your help..............cheers

View solution in original post

14 REPLIES 14
Ashish_Mathur
Super User
Super User

Hi,

 

In the Filter section where you have dragged Income and Costs, drag Income above costs


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish

 

Income and costs are within the same column.

 

hhttps://1drv.ms/u/s!An_LprApKikkdtNLyeO4lZ0n_dUttps://1drv.ms/u/s!An_LprApKikkdtNLyeO4lZ0n_dU

 

Thanks

Steve

Hi,

 

Share the link from where i can download your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
MFelix
Super User
Super User

Hi @steveorme69,

 

If you have the values of Income and Cost in the same column create a measure for each one something like:

 

Cost = CALCULATE ( SUM(Table[Value]); Table[Type] = "Cost")

Income = CALCULATE ( SUM(Table[Value]); Table[Type] = "Income")

Then just add the measure or columns in the order you want in your chart. In the example below I'm using columns but it also works with measures as I said:

 

order.gif

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Brian_M
Responsive Resident
Responsive Resident

Hi @MFelix, could you share how do you make a screen gif like that?

 

It's really useful when trying to show a set of steps on screen!

Hi @Brian_M,

 

I'm using ScreenToGif application is really simple to use, and it gives several options.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi Felix

 

Thanks for your reply.  The values for income and costs are in the same column. In fact they are across 2 tables, I have a list of the account codes with balances in a table and then another table to determine whether they are income, costs, assets, liabilities or reserves.

 

E.g. table named "SAGE Trans" contains nominal 4000 which has a value £1,000 and table named "Nominal" holds the list of nominal codes e.g. 4000 and the next column holds the reference "Income".

 

The 2 tables are joined but can't get the measure to work across 2 tables.

 

How did you take the screen video and upload ? as I can show the steps I am going through.

 

Steve

Hi @steveorme69,

 

I assume that both your table are related by account. You have to do the following measures:

 

Cost = CALCULATE(SUM('SAGE Trans'[Value]); Nominal[Reference] = "Cost")

Income = CALCULATE(SUM('SAGE Trans'[Value]); Nominal[Reference] = "Income")

This will give you the expected result and you can then place them in the bar chart by the order you need.

 

But if you want further details please share your steps.

 

It's not a video it's a gif image I taken it with ScreenToGif and it's really simple to use just select the area press record and save the image, then upload it as a photo in your post.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Hi, thanks

 

Still getting the following error

 

https://1drv.ms/f/s!An_LprApKikkbLUKLGWVylqWcMI

 

Thanks

Steve

This is regional setting related change the dot-comma ";" by comma "," everything should work correctly.

 

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Great that worked but it now groups Income and costs together as follows:

 

https://1drv.ms/u/s!An_LprApKikkfYoQqSGVtpbvn68

 

Thanks

Steve

All working now !

 

Sorry I'd put cost rather than costs in the formula.

 

Really appreciate your help..............cheers

Hi @steveorme69,

 

I'm glad to hear that you have resolved your issue. Please kindly mark the corresponding reply. It will help others with relevant issues find the answer more easily.

 

Thanks,
Xi Jin.

@steveorme69,

 

good I could help please mark the correct response in order to help others also.

 

regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.