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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
abukapsoun
Post Patron
Post Patron

Adding average on visual

Hi,

 

I have the below visual, where the x axis is the date & Time. How can I add another line on the grapth showing the average per day for each slot?

 

abukapsoun_0-1668483680796.png

 

thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @abukapsoun ,

I created some data:

vyangliumsft_0-1668585489735.png

Here are the steps you can follow:

1. Create measure.

Avg =
AVERAGEX(FILTER(ALL('Table'),'Table'[Date]=MAX('Table'[Date])),[Amount])

2. Place it in Tooltips.

vyangliumsft_1-1668585489738.png

3. Result.

vyangliumsft_2-1668585489743.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi  @abukapsoun ,

I created some data:

vyangliumsft_0-1668585489735.png

Here are the steps you can follow:

1. Create measure.

Avg =
AVERAGEX(FILTER(ALL('Table'),'Table'[Date]=MAX('Table'[Date])),[Amount])

2. Place it in Tooltips.

vyangliumsft_1-1668585489738.png

3. Result.

vyangliumsft_2-1668585489743.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

amitchandak
Super User
Super User

@abukapsoun , Check Y-Axis and X-Axis constant line under Analytics pane. You can use measure there

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

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

Thank you @amitchandak But that average line is giving the average of all the series, and not average per day. I want to have a point showing the average per day for each day 

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Solution Authors