Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 %] )
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
52 | |
41 | |
39 | |
37 |