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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
harirao
Post Prodigy
Post Prodigy

Need a break point to adjust the numbers to overall in "Clustered Column Chart"

Hi,

I want to create a break point to adjust the numbers to overall in "Clustered Column Chart", when every count is >=55 (measure).
and small bar with count 1, 2 should look little bigger.

Below Chart for reference.
Graph.PNG

I have to create chart, as per below example:
Example.PNG

Regards,

Hari

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@harirao , Choose scale Type =log .  Under Y-axis property

View solution in original post

7 REPLIES 7
v-juanli-msft
Community Support
Community Support

Hi @harirao 

As tested, i don't find any break point in Power Bi, you could use a workaround below:

Create a measure 

Measure = IF(SUM('Table'[value])>=55,55)

Capture8.JPGCapture9.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-juanli-msft

Thanks for your help, and providing update on Break Point option is not available in Power BI.

Please note i have calculated dax measure for count,

Count = CALCULATE(DISTINCTCOUNT(Sheet1[OpportunityId]), FILTER(Sheet1, Sheet1[actual_visibility_weeks]>= 1)) + CALCULATE(DISTINCTCOUNT(Sheet1[OpportunityId]), FILTER(Sheet1, Sheet1[actual_visibility_weeks]= 0))

Graph.PNG
Can you help me how to implement this measure provided  (Measure = IF(SUM('Table'[value])>=55,55) in my dax.

Thank you

Regards,
Hari

Hi @harirao 

Just use:

IF([count]>=55,55)

 

Best Regards

Maggie

Hi @v-juanli-msft  
Can you please help me on this DAX calculation.

Regards,

Hari 

Hi @v-juanli-msft 
Can you please help me on this DAX calculation.

Regards,

Hari 

amitchandak
Super User
Super User

@harirao , Choose scale Type =log .  Under Y-axis property

Hi @amitchandak,
Thanks for your response, changed Scale Type to log, Let me know how can i provide break point "55" for this Chart?
Graph.PNG
Regards,

Hari

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.