nerdexam
Microsoft

MB-500 · Question #139

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?

The correct answer is C. initializeCustomReportControl(resourceName, formGroupControl. PBIReportHelper.initializeReportControl method is used to embed a Power BI report (.pbix resource) in a form group control. PBIReportHelper::initializeReportControl('FMPBIWorkspaces', powerBIReportGroup)…

Implement reporting

Question

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?

Options

  • AinitializeReportControlOnWorkspace(powerBIConfiguration,
  • BimportAndStorageReport(powerBIConfiguration, resourceName,
  • CinitializeCustomReportControl(resourceName, formGroupControl,
  • DaddReportControl (formGroupControl)

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    88% (37)
  • D
    2% (1)

Explanation

PBIReportHelper.initializeReportControl method is used to embed a Power BI report (.pbix resource) in a form group control. PBIReportHelper::initializeReportControl('FMPBIWorkspaces', powerBIReportGroup); https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/add-analytics-tab-

Topics

#Power BI embedded#formGroupControl#report initialization#form method

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice