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)- A7% (3)
- B2% (1)
- C88% (37)
- D2% (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.