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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

AVERAGE and STD of a measure series

Hi, I have this line chart where I put this average line:

Vander77_1-1670267089454.png

The data is the difference between another two times series that are calculated with measures affected by filters. The problem is that I also need another two constant lines representing the average plus and less one standard deviation. I tried to do it by calculating the average of this measure to add or subtract the standard deviation in a second moment but the result i got is strange:

Vander77_2-1670268506220.png

I tried this formula "

AVERAGEX(
    KEEPFILTERS(VALUES('Table'[Date])),
    CALCULATE([Measure])
)"

But it doesn't work, it just follows the series.

Any ideas of how solving it?

 

4 REPLIES 4
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Thanks for reaching out to us.

I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

If you need more help, please let me know.

 

Best Regards,

Community Support Team _Tang

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

tamerj1
Super User
Super User

Hi @Anonymous 

Please try

AVERAGEX(
    KEEPFILTERS(ALLSELECTED('Table'[Date])),
    [Measure]
)
Anonymous
Not applicable

It didn't work, the average gone to zero with this formula.

@Anonymous 
Please try

=
CALCULATE (
    AVERAGEX ( KEEPFILTERS ( VALUES ( 'Table'[Date] ) ), [Measure] ),
    ALLSELECTED ( 'Table'[Date] )
)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.