Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
hello,
when generating the pbiviz and using it in power bi, are the devDependencies also being installed or are only the dependencies being installed?
kind regards
Solved! Go to Solution.
Only dependencies are included in the .pbiviz used in Power BI. devDependencies are used only during development and are not bundled.
Separating dependencies from devDependencies is really a matter of semantics when it comes to webpack-based projects, as webpack will inspect and tree-shake whatever dependencies you're using, irrespective of where they are allocated in package.json. The approach cited in this article of separating them still makes sense, as it helps folks understand your codebase, but it won't ultimately matter once the visual is packaged.
For a time, it was even a requirement for certification that a visual must only use devDependencies (here's an example of a visual I had to do this for), but I'm pretty sure this has recently been relaxed, although I'm still doing it out of habit for all the visuals I submit to AppSource.
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Only dependencies are included in the .pbiviz used in Power BI. devDependencies are used only during development and are not bundled.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
2 | |
1 | |
1 | |
1 |