exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 5 question 1 discussion

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

You are a 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. addReportControl(formGroupControl)
  • B. initializeReportControl(WorkspaceName, FormGroup)
  • C. initializeReportControlOnWorkspace(powerBIConfiguration, reportParameters, formGroupControl)
  • D. deployOrUpdateReport(powerBIConfiguration, reportName, resourceName)
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
PBIReportHelper.initializeReportControl method is used to embed a Power BI report (.pbix resource) in a form group control.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/add-analytics-tab-workspaces?toc=%2Ffin-and-ops%2Ftoc.json

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
Bukhari
Highly Voted 6 months, 1 week ago
B is correct answer but now PBIReportHelper::initializeReportControl is deprecated and a new method PBIReportHelper::initializeReportControlv2 came. If option B is not listed in your exam question and initializeReportControlV2 is in option, so you can mark it as answer. Because rest of options are also not correct
upvoted 11 times
...
alinders
Most Recent 2 weeks, 1 day ago
Selected Answer: C
When embedding a Power BI report into a form in Dynamics 365 Finance, especially in a workspace scenario, the initializeReportControlOnWorkspace method is the standard API used. This method allows you to initialize the Power BI report viewer control with the necessary configuration, parameters, and UI container.
upvoted 1 times
...
JJihane
9 months, 1 week ago
InitializeReportControl is an obsolete Method. it is replaced with the initializeReportControlV2
upvoted 4 times
...
muhammadir
10 months, 1 week ago
initializeReportControlV2
upvoted 2 times
...
Andy0502
10 months, 2 weeks ago
@HoraceDude is right. I just passed this exam yesterday and there was no option initializeReportControl(..., ...) in the test.
upvoted 2 times
...
Nano14
11 months, 2 weeks ago
PBIReportHelper.initializeReportControl method https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/add-analytics-tab-workspaces?toc=%2Ffin-and-ops%2Ftoc.json#reference
upvoted 1 times
...
HoraceDude
11 months, 3 weeks ago
Just got this question on the exam and the answer B was not one of the listed answers on the exam
upvoted 3 times
Bulhy
11 months, 2 weeks ago
I guess it was there, but as a static method, thus: "PBIReportHelper::initializeReportControl(WorkspaceName, FormGroup), can you confirm that? I think B is the correct answer, however I think the syntax is wrong, since it is a static method.
upvoted 3 times
...
Nano14
11 months, 2 weeks ago
Was it initializeReportControlv2 ?
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 ...