Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
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.
Solved! Go to Solution.
@Anonymous,
You may add an additional measure as follows.
Measure = AVERAGEX ( VALUES ( 'Table1'[Year] ), [YTD Increase %] )
@Anonymous,
You may add an additional measure as follows.
Measure = AVERAGEX ( VALUES ( 'Table1'[Year] ), [YTD Increase %] )
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 73 | |
| 39 | |
| 26 | |
| 24 |