Create a Key Performance Indicator (KPI) for Total RAFs per Hour | MB-500 Exam | Microsoft

Create a Key Performance Indicator (KPI) for Total RAFs per Hour

Question

The warehouse manager at Contoso, Ltd.

wants to display a tile in the user interface that will show total RAFs per hour.

You need to create a key performance indicator (KPI) that meets these requirements.

What two components should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

BC.

When you have completed modeling the aggregate measurement, you can deploy the aggregate measurement and continue with building KPIs and visualizations.

You have 2 deployment choices: -> Stage in Entity Store -> In-memory real-time Note: RAF = report as finished - Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/model-aggregate-data.

To display a tile in the user interface that will show total RAFs (Received Against Fulfillment) per hour, you can create a Key Performance Indicator (KPI) that will help visualize this data. A KPI is a visual representation of key business metrics that help in monitoring the performance of an organization. The two components required to create a KPI for this scenario are as follows:

  1. Aggregate Dimensions: Aggregate dimensions are used to create aggregated views of data. They help in summarizing data and presenting it in a meaningful way. In this scenario, you can create an aggregate dimension that will group the RAFs by hour. This will enable you to show the total number of RAFs per hour.

  2. Aggregate Measurements: Aggregate measurements are used to calculate metrics that are based on aggregated data. They help in analyzing data at a higher level of granularity. In this scenario, you can create an aggregate measurement that will calculate the total number of RAFs per hour. This will enable you to show the KPI that displays the total number of RAFs per hour.

Therefore, the correct answers are A. aggregate dimensions and C. aggregate measurements.

It's worth noting that a data entity and a TempDB table are not necessary to create a KPI in Dynamics 365 Finance and Operations. Data entities are used to import and export data in and out of Dynamics 365. TempDB tables are temporary tables that are used to store data during the execution of a query.