Hi A Chart in Dynamics 365 can only be based on one main entity, in your example above, the main entity is Activity. A chart cannot have different sets of data from multiple primary entities. The View we select is what provides FETCH query for the chart the data Chart and this fetch query as you mentioned above includes the grouping. In the example I posted below, the All Activities view returns the data and this data can then be grouped by User (Owner User of the Activity) and Date Created for example Monthly. Please see the following links for more information or details on creating charts https://docs.microsoft.com/en-us/dynamics365/customer-engagement/basics/create-edit-chart https://crmbook.powerobjects.com/basics/analytics/charts-4/ When you design the chart from UI, the fetch query will be generated by the system. You can edit the query but most of the time it's not necessary as the UI supports most of the chart requirements. But if you would like to see the Fetch query, please see the example below to see how two grouping can be added
↧