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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.