You are a Dynamics 365 Finance developer.
You need to create a key performance indicator (KPI) that shows total sales by region.
Which two objects should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Click on the arrows to vote for the correct answer
A. B. C. D. E.BE.
An aggregate measurement is a model that contains a collection of measures together with their corresponding dimensions.
Measures are aggregate numbers, such as Total Sales or Number of Orders.
Dimensions are slicers, such as Product, Vendor, or Customer, that help you analyze the measure.
For example, the measure of Total Sales isn't useful unless it can be sliced by Product, Region, and Customer.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/analyticsTo create a key performance indicator (KPI) that shows total sales by region in Dynamics 365 Finance, you will need to create two objects: a dimension for region and a measure for total sales.
A dimension is a data element that categorizes or groups data, while a measure is a numeric value that can be used in calculations. An aggregated view is also needed to display the data in the KPI.
Here's a step-by-step guide on how to create the KPI:
Create a dimension for region:
Create a measure for total sales:
Create an aggregated view for total sales:
Create the KPI:
Once you have completed the above steps, you will have created a KPI that shows the total sales by region in Dynamics 365 Finance. The KPI can be displayed on a dashboard or a workspace for easy access and monitoring.