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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors