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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Average of a measure for each value of the years

I have a measure "YTD Increase %", this measure itself doesn´t show any value when it's used alone, this measure is created specifically to show it with the years

Capture.PNG

What I need is the total average of the measure, for this calculation i have to use the value for each year, and in this new measure i most show it in the card visual.

 

Thanks in advance.

Harrinson A.

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may add an additional measure as follows.

Measure =
AVERAGEX ( VALUES ( 'Table1'[Year] ), [YTD Increase %] )
Community Support Team _ Sam Zha
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

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may add an additional measure as follows.

Measure =
AVERAGEX ( VALUES ( 'Table1'[Year] ), [YTD Increase %] )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thank you so much @v-chuncz-msft, it works really good!!! 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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