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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
lvanam
Frequent Visitor

Histogram custom bins

Hello everyone,

 

I downloaded the Histogram visual from https://app.powerbi.com/visuals/ to my local and when I imported this visual on the power Bi desktop, I dont see an option for changing the bins. In fact I dont see Bins in the General options at all. I only see options for X-positiom, Y-position, Width and height unlike sample example. Please tell me where the disconnect is? Thank you!HistogramBins.PNG

3 REPLIES 3
Eric_Zhang
Microsoft Employee
Microsoft Employee

@lvanam

 

Based on my test, you will have to fill the values field then the "Bins" would be activated.

 

Capture.PNG

Capture.PNG

Thank you! That worked. Is there any way to define the custom bin size?

For example I have a field called Product size that has data varying from 0 to 5000.I want to be able to divide the bins as:

<100, 100-300, 300-500 and 500+ for the histogram. If I define the custom bin size as 4, it automatically divide it into bin sizes with equal number of intervals. I want to be able to define the sizes as above. How do I do that?

 

@lvanam

 

As far as I know, there's no way to custom BIN ranges, you can submit and vote up an idea on Power BI ideas. As a workaround, may be you can try to use some calculated column(column = if ( value<100 then "<100",if(value<200,"100-200",">200")) and apply the column to visual accordingly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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