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)
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
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
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.
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.
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.
Bukhari
Highly Voted 8 months, 3 weeks agoalinders
Most Recent 2 months, 3 weeks agoJJihane
11 months, 2 weeks agomuhammadir
1 year agoAndy0502
1 year agoNano14
1 year, 1 month agoHoraceDude
1 year, 2 months agoBulhy
1 year, 1 month agoNano14
1 year, 1 month ago