Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi, I have clusterd column chart.
I was trying to add medina line for 98%, but it wasnt working.
And I was hoping end result would look like this.
Unfortunatelly no measure does the job.
This is the measure of the data in the columns:
Anyone know what would be correct way to do this?
Thanks
Solved! Go to Solution.
Hi @Justas4478
Just take your measure in line value under Analyses setting
like above image.
I hope I answered your question!
Hi @Justas4478
Just take your measure in line value under Analyses setting
like above image.
I hope I answered your question!
@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
User | Count |
---|---|
84 | |
77 | |
76 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |