Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello everyone,
I'm tring to calculate the average of a MEASURE by using a measure.
If you check the picture I attached, I need the average of the [MEAN1] for the period selected.
373.6667 |
21.66667 |
395.3333 |
= 263.5555556
Anyone can help?
Hi, @Veree
You can try the following methods.
Measure = Var _table=SUMMARIZE(ALL('Table'),'Table'[Date],"Sum",[MEAN1])
Return
AVERAGEX(_table,[Sum])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Results should be visible into the graph, not in the table. Mean1 is not a column, it is a measure. I need to do the average of a measure and show the result into a graph.
Table looks like this, but measures are outside the table columns.
Hey Gurus,
Anyone able to help ? I have this same issue in my report, that is killing my brain since days.. I have read almost 10 different articles on how to use the AVERAGEX function but none have solved.. Double kudos arriving!
Hi DOLEARY85,
Already did but its not working, it's not giving the expected result.
Are you able to share the PBIX file?
Hi,
you could use:
User | Count |
---|---|
123 | |
76 | |
62 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |