PL-300 · Question #66
PL-300 Question #66: Real Exam Question with Answer & Explanation
The correct answer is B: Node.js. Custom Power BI visuals are built with TypeScript using the 'pbiviz' toolchain, which is installed via npm (Node Package Manager). Node.js must be installed first because npm is bundled with it and is required to install pbiviz and its dependencies. jQuery, Azure PowerShell, and
Question
You need to create a custom visualization for Power BI. What should you install first?
Options
- AjQuery
- BNode.js
- CMicrosoft Azure PowerShell
- DMicrosoft.NET
Explanation
Custom Power BI visuals are built with TypeScript using the 'pbiviz' toolchain, which is installed via npm (Node Package Manager). Node.js must be installed first because npm is bundled with it and is required to install pbiviz and its dependencies. jQuery, Azure PowerShell, and .NET are not prerequisites for the Power BI custom visual development workflow.
Topics
Community Discussion
No community discussion yet for this question.