Forum Discussion
Shahiiiid
1 year agoNew Member
What are Custom Visuals in Power BI?
The custom visual files are the . pbiviz files that contain codes to run custom visuals in your Power BI app. Developers create custom visual codes and package them in custom visual files having a . ...
rohit1991
Super User
1 year agoHi Shahiiiid
Custom visuals in Power BI are basically extra visuals you can add when the built-in ones don’t quite do the job things like Gantt charts, heatmaps, radar visuals, etc.
You can grab them from AppSource or build your own using the Power BI SDK (usually in TypeScript/D3.js). They’re handy when a client needs a specific layout or branding that’s not available by default. Not all custom visuals behave the same across web and mobile so always test before finalising a report.