Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
How do we sort the column chart ? Do we have any option is settings ? In the below image i want the columns to be sorted by Budget, Forecast & Actuals.
Solved! Go to Solution.
Hey @manojk_pbi,
Create a Sort Order Column
Sort Order =
SWITCH(
[Category_Column],
"Budget", 1,
"Forecast", 2,
"Actual", 3,
999
)
This is the only guaranteed method that works consistently across all Power BI versions and visual types for custom sort orders.
Fixed? ✓ Mark it • Share it • Help others!
Best Regards,
Jainesh Poojara | Power BI Developer
@manojk_pbi Always happy to contribute to our community's success!
Best Regards,
Jainesh Poojara | Power BI Developer
Hey @manojk_pbi,
In the visual, click the three dots (...) → Sort by → Choose your desired field (Budget/Forecast/Actual).
Fixed? ✓ Mark it • Share it • Help others!
Best Regards,
Jainesh Poojara | Power BI Developer
Thanks for your reply. I tried but it will not provide in required order.
It will sort based on Characters, So either Actual or forecast will come first.
I need it to be sorted in Budget, forecast and Actual.
Hey @manojk_pbi,
Create a Sort Order Column
Sort Order =
SWITCH(
[Category_Column],
"Budget", 1,
"Forecast", 2,
"Actual", 3,
999
)
This is the only guaranteed method that works consistently across all Power BI versions and visual types for custom sort orders.
Fixed? ✓ Mark it • Share it • Help others!
Best Regards,
Jainesh Poojara | Power BI Developer
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 3 | |
| 2 |