exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 5 question 9 discussion

Actual exam question from Microsoft's MB-500
Question #: 9
Topic #: 5
[All MB-500 Questions]

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)
  • D. addReportControl (formGroupControl)
Show Suggested Answer Hide Answer
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Photon52
Highly Voted 1 year, 2 months ago
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.
upvoted 7 times
...
pjgallego
Most Recent 9 months, 1 week ago
Selected Answer: C
Correct C
upvoted 2 times
...
faycal
10 months ago
initializeCustomReportControl
upvoted 2 times
...
JasonSaito
1 year, 3 months ago
repeat? initializeReportControl(WorkspaceName, FormGroup)
upvoted 2 times
...
priyank014
1 year, 3 months ago
The correct method name is initializereportcontrolv2, but as other options are irrelevant, I would go with A.
upvoted 1 times
...
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago