إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Returns the average (arithmetic mean) of all non-null values within a set.
Syntax
AVERAGE(aggregate)
aggregate |
Specifies the field name or expression to aggregate. |
Remarks
- AVERAGE can be used with fields that contain numeric values only.
- Null values are ignored.
Example
| Formula | Result |
|---|---|
AVG(Freight) |
The average cost of freight for a set of shipments. |
See Also
Concepts
Working with Formulas (Report Builder)
Using Functions (Report Builder)
Aggregate Functions (Report Builder)
Report Builder How-to Topics
Working with Literals in Formulas and Filters (Report Builder)
Formatting Data, Text, and Images (Report Builder)