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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
shantupm5
Helper III
Helper III

column chart with Percent split

Hello

 

I have a data field which is sum of Manual orders and Electronic Orders,

 

Total Orders = Manual Order + Electronics Orders

 

 

Please can you guide how to i show a column chart which show the Percentage split of Manual Orders & electronic orders

 

Regards

Prashanth

 

2 REPLIES 2
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

it would be more helpful to know more about the output but you could try dividing the individual maunual and electronic fields against the total to get 2 measures then adding them both to a chart to get the split:

 

Electronic orders = calculate(sum('Table'[Electronic Order]))/[Total Order]
 
manual orders = calculate(sum('Table'[Manual Order]))/[Total Order]
 
DOLEARY85_0-1685459092824.png

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Mahesh0016
Super User
Super User

@shantupm5 Please Share Your ENDOUTPUT in table For More Understanding.THANK YOU!!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.