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?
A.
initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)
B.
importAndStorageReport(powerBIConfiguration, resourceName, isUpdate)
C.
initializeCustomReportControl(resourceName, formGroupControl, reportCustomParams)
Suggested Answer:C🗳️
PBIReportHelper.initializeReportControl method is used to embed a Power BI report (.pbix resource) in a form group control. PBIReportHelper::initializeReportControl('FMPBIWorkspaces', powerBIReportGroup); Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/add-analytics-tab-workspaces
It should be C initializeCustomReportControl.
initializeReportControlOnWorksapce is not the correct answer because it is a private method.
initializeReportControlOnWorksapce : Initialize customized runtime properties required by Power BI report control.
importAndStoreReport : Import and store the report configuration based on the PowerBI embedded configuration and resource name.
initializeCustomReportControl : Initialize the runtime properties required by Power BI embedded report control with custom security role settings.
addReportControl : Add report viewer control to the current form group control.
The correct method name is initializereportcontrolv2, but as other options are irrelevant, I would go with A.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.MB-500 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Photon52
Highly Voted 1 year, 2 months agopjgallego
Most Recent 9 months, 1 week agofaycal
10 months agoJasonSaito
1 year, 3 months agopriyank014
1 year, 3 months ago