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
HishamAT
Helper II
Helper II

draw a circle on the maximum and minimum values

Hi

i want to draw a circle on the maximum and minimum values on power bi report using line charts how can I do it ?

 

Thanks 

8 REPLIES 8
HishamAT
Helper II
Helper II

I need to drow a circle on the maximum and minimum values on power bi report using line charts , how can I do it ?

 

This is the an example

 

HishamAT_0-1671343335006.png

 

Thanks 

@HishamAT I sumbitted an idea for this here is you want to vote for it: Microsoft Idea (powerbi.com)



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@HishamAT This is no practical answer for this currently. Nothing in the Analytics pane or formatting options allow this. The best you could do is have conditional formatting for the min and max points to highlight them or use the min and max lines from the formatting pane.

 

While you might think that you could just have a measure (or really you would likely need 4 measures) to compute the x/y coordinates of the circle and draw it, you can't really do that either because there are no "points" between say 5 and 6 where you can "draw". So, no real solution for this.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Mahesh0016
Super User
Super User

 

_maxProduct =
TOPN(1, ALLSELECTED(Sheet1[Product]), [Total Sales], DESC)
_minProduct =
TOPN(1, ALLSELECTED(Sheet1[Product]), [Total Sales], Asc)


This is the example of what i meant by drowing a circle on the maximum and minimum values on power bi report using line charts , how can I do it ?

 

HishamAT_0-1671343148907.png

 

Thanks 

Greg_Deckler
Community Champion
Community Champion

@HishamAT Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

This is the example of what i meant by drowing a circle on the maximum and minimum values on power bi report using line charts , how can I do it ?

 

HishamAT_2-1671342986559.png

Thanks 

 

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