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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
gp825
Regular Visitor

Plot an Average Per Category Line Against Individual Data Points

Hi! My company negotiates contracts with other companies on different projects. When filtering by company, I want to be able to compare the time taken to negotiate a contract on a particular project, against the average for the project as a whole. I have a basic idea below (it does not have to be a line average, could be individual data plots):

PowerBI Sample.png

Each time I add the average per category line, it just lines up with company filter so is identical to the bars. Is there any way to add a seperate visualisation on the same chart showing this average as compares with the indifividual data points? Thanks!

2 REPLIES 2
amitchandak
Super User
Super User

@gp825 , Use bar visual and add that line using analytics pane -> constant line -> Fx -> choose meausre

https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane

 

For combo visual 

 

Create a line like

 

calculate(averagex(Values(Table[Project]), calculate(Sum(Table[Value]) ) ), allselected())

 

 

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

Thanks! I'm looking for a line that varies by project rather than a constant figure. I'd tried the line and stacked column visual but unfortunately the company filter impacts both the line and bars. We have hundreds of companies so it's not feasible to create custom measures for each one

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors