Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 58
You are Dynamics 365 Finance developer.
You need to initialize an embedded Microsoft Power BI report.
Which code segment should you add to the form initialization method?
Answer options
- A. initializeReportControlV2(WorkspaceName, FormGroup)
- B. deployOrUpdateReport(powerBIConfiguration, reportName, resourceName)
- C. getPBIReportByResourceName(resourceName)
- D. initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)
Correct answer: D
Explanation
The correct answer, D, is the appropriate method to initialize an embedded Power BI report with the necessary parameters and configurations. The other options either pertain to updating reports or retrieving reports, rather than initializing them, making them unsuitable for this particular requirement.