Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
admhemed
Frequent Visitor

hide custom visual title

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

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

 

 

 

View solution in original post

4 REPLIES 4
v-viig
Community Champion
Community Champion

We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

 

 

 

Same issue here but suppressDefaultTitle dont work for me.

 

It says for "type": "boolean" -> Property type is not allowed

 

 

{
    "dataRoles": [		

...
], "dataViewMappings": [
...
], "objects": { "suppressDefaultTitle": { "type": "boolean", "description": "Indicates whether the visual should show a default title" },

...
} }

 

v-viig
Community Champion
Community Champion

The suppressDefaultTitle must be declared at the root level instead (example).

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

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... 😞

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.