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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Saes
Helper I
Helper I

Creating a Histogram Decile Chart

Hi all, I'm trying to create a histogram that shows the count of properties by decile group. The raw data I have looks like this:

Property IDRentLocal Comparator
Property 1£82.50£100.00
Property 2£90.00£100.00
Property 3£117.50£100.00
Property 4£98.50£100.00
Property 5£126.50£100.00


I have a measure that divides the rent by the local comparator and, using the Ceiling function, rounds the result upwards to the next decile - for example:

Property IDRentLocal ComparatorDecile
Property 1£82.50£100.0090%
Property 2£90.00£100.0090%
Property 3£117.50£100.00120%
Property 4£98.50£100.00100%
Property 5£126.50£100.00130%


When I put the information into a graph, the results look like this:

Saes_0-1631013167832.png
I would like the bars to show the count of properties by decile group, but cannot figure how to do this. Can anyone help?

5 REPLIES 5
Anonymous
Not applicable

Hi @Saes ,

 

Try to use stacked column chart and it works fine

10.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

mahoneypat
Microsoft Employee
Microsoft Employee

Did you select the 100% Stacked Chart (Y axis has % values)?  If so, change it to a regular stacked or clustered chart.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Hi Pat, the example shows a regular chart.

amitchandak
Super User
Super User

@Saes , Decile is a new column?

 

like this  ?

roundup(divide([Rent],[Local Comparator]),-1)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak , the decile calculations is a measure, not a column. I wanted to try to avoid using a column, as I need to build other comparators later which would add many columns to the model.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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