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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is there a way to hide custom visual title?
I tried css, jquery nothing worked. I tried to find a solution here, no result.
thanks
Solved! Go to Solution.
We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Same issue here but suppressDefaultTitle dont work for me.
{
"dataRoles": [
...
],
"dataViewMappings": [
...
],
"objects": {
"suppressDefaultTitle": {
"type": "boolean",
"description": "Indicates whether the visual should show a default title"
},
...
}
}
The suppressDefaultTitle must be declared at the root level instead (example).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
my suit:
powerbi-visuals-tools version - 4.0.5
"dependencies": {
"@types/d3": "^5.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"core-js": "^3.2.1",
"d3": "^5.0.0",
"powerbi-visuals-utils-dataviewutils": "2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
If you turn off the 'Title' or write your own title - when stops processing 'DataView' updates.. when you switch pages and when loading the report
Something that is not understandable... accidentally came across this bug... 😞
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 4 | |
| 3 | |
| 3 |