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.
HI,
I am not sure how to get the average of a measure.
Currently: Total = count (table1[ID])
And I have the following:
I would like to get the average of the all these months to show just one number say in a KPI report: 29K
Can someone please help?
Thanks in advance.
Solved! Go to Solution.
@Anonymous
Try with:
Average = AVERAGEX(VALUES(Table1[Date].[Month]),[Total])
Regards
Victor
Hi @Anonymous,
Assuming that:
=AVERAGEX(SUMMARIZE(Calendar,Calendar[Month],"ABCD",COUNT(Table1[ID])),[ABCD])
@Anonymous
Hi, try with
Average = AVERAGEX(VALUES(Table1[Category]),[Total])
Regards
Victor
Lima - Peru
Thanks for your suggestion.
Do I have to do something with the [Category]?
My data fields are "date", ID"
So currently, the return result doesn't work out.
@Anonymous
Try with:
Average = AVERAGEX(VALUES(Table1[Date].[Month]),[Total])
Regards
Victor
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |