knowledgecenter-breadcrum

Knowledge Center

18 Mar, 2024

How to use aggregate in FetchXml

Posted on 18 Mar, 2024 by Shekhar Jain, Posted in Dynamics 365 Web Api Dynamics 365

Blogs

In this blog, we will learn how to use aggregate in FetchXml.

Available Aggregate

  • Count
  • CountColumn
  • Avg
  • Sum
  • Min 
  • Max

 

1. Count

It aggregates data based on specified conditions and returns a numerical value representing the count of records meeting those conditions.

Output:

2. CountColumn

This attribute helps group data based on the values in a chosen column.

Output:

3. Sum

The "sum" function is used to calculate the total sum of numerical values within a specified column or attribute.

Output:

4. Avg

The "avg" function calculates the average value of numerical data within a specified column or attribute.

Output:

5. Min

The "min" function retrieves the minimum value of numerical data within a specified column or attribute.

Output:

6. Max

The "max" function retrieves the maximum value of numerical data within a specified column or attribute.

Output:

 

Below are points to note that differ from a regular query.

  • Set the fetch element aggregate attribute to true.
  • Set the alias attribute for each attribute element.
  • Set the aggregate attribute for each attribute element 

Comment

This is a Required Field

Loading

Recent Updates

Business Central thumbnail image
Blogs
06 Jan, 2025

What is Dynamics 365 Business Central? A Comprehensive Beginner's Guide

Dynamics 365 Business Central is a unified business management system offered by Microsoft. It helps businesses automate and manage various…

READ MORE
Thumbnail D365 for Marketing
Blogs
16 Dec, 2024

10 Reasons Why You Need Dynamics 365 for Marketing

This blog discusses the top 10 reasons to choose Dynamics 365 for Marketing to improve your business's marketing efforts.  …

READ MORE
Thumbnail_top 10 benefits of
Blogs
02 Dec, 2024

Top 10 Benefits of Microsoft Dynamics 365

This blog lists the advantages of Microsoft Dynamics 365, focusing on how it can improve your business operations.    …

READ MORE