Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 8

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

Correct answer: B

Explanation

The correct answer is B, as 'initializeReportControl(WorkspaceName, FormGroup)' is the appropriate method to initialize an embedded Power BI report in the form. The other options either refer to fetching, importing, or updating reports, which are not meant for initializing an embedded report directly.