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

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

Reply
Alex2
New Member

Custom Bin for Column Chart

 

 

Account Name Opportunity Name Stage

Example Account 1Opportunity 1Completed
Example Account 2Opportunity 2Lost
Example Account 3Opportunity 3Completed

 

I have a column chart with the account name in the axis and the Name Count for the Opportunities. I filtered for the records I wanted that are jobs we won. The sales team wants to see the number of customers who have ordered once and the number of customers that have ordered more than once. How do I create custom bins so I can group these up into two bars?

 

 

2018-02-21_8-46-11.png2018-02-21_8-56-36.png 

1 ACCEPTED SOLUTION

Just needed to change the value field to be a count. Solved! 

 

 

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

@Alex2,

What logic do you use to calculate the customers who have ordered once and customers who have ordered more than once based on the sample data you post?

What data do you want to display in the column chart(x-axis and y-axis)?

Regards,
Lydia

I filtering based on opportunity stage = complete and counting the number of opportunities an account has. In the bar graph screenshot there are a bunch of 1s and then the rest have more than one opportunity. 

 

I'm trying to get the x-axis to be # of accounts with 1 order and # of accounts with more than one order. So two bars. The y-axis would be the number of accounts. 

I created a roll-up summary field in Salesforce to get the number of orders based on my criteria for each account. Then I created a new variable. 

 

Range = var NumOrders = SUM(Account[Number_of_Orders__c]) return IF(NumOrders=1, "Single Order",IF(NumOrders>1, "Multiple Orders"))

I put this new measure into a new column. 

 

Number Orders Range = [Range]

 

This got me close. It is adding up the number of opportunities per account instead of the number of accounts. 

 

 

2018-02-22_10-49-14.png

 

 

 

 

 

Just needed to change the value field to be a count. Solved! 

 

 

 

Anonymous
Not applicable

@Alex2,

Glad to hear the issue is solved, you can accept your reply as answer to close this thread.

Regards,
Lydia

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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