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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Justas4478
Post Prodigy
Post Prodigy

Median line in column chart

Hi, I have clusterd column chart.

Justas4478_0-1710944205090.png

I was trying to add medina line for 98%, but it wasnt working.
And I was hoping end result would look like this.

Justas4478_1-1710944335197.png

Unfortunatelly no measure does the job.
This is the measure of the data in the columns: 

% Fulfilment = 'Outbound Delivery'[Total Actual]/'Outbound Delivery'[Total Demand]

I tried to just create static % measure like this
Median value = 0.98
And it partialy worked, but it as well displayed floors that do not have any data, which is not what I hope.
Justas4478_2-1710944497934.png

Anyone know what would be correct way to do this?
Thanks



1 ACCEPTED SOLUTION
Uzi2019
Super User
Super User

Hi @Justas4478 
Just take your measure in line value under Analyses setting

Uzi2019_0-1710945168528.png

 

 

like above image.
I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

2 REPLIES 2
Uzi2019
Super User
Super User

Hi @Justas4478 
Just take your measure in line value under Analyses setting

Uzi2019_0-1710945168528.png

 

 

like above image.
I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
Greg_Deckler
Community Champion
Community Champion

@Justas4478 This looks like a measure aggregation problem. See my blog article about that here: https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149

The pattern is:
MinScoreMeasure = MINX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
MaxScoreMeasure = MAXX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
AvgScoreMeasure = AVERAGEX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
etc.

 

This might also help: To **bleep** With MEDIAN - Microsoft Fabric Community



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...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.