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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

setting general title

Hello everyone,

I built a custom Image and I have a separate title for it, so I want to set the title at the default setting of false, how do I do that?

NgaMoon_0-1705458276683.png

I want its default setting to be false without having to go to visuals general to turn it off. I hope the problem is resolved

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

In capabilities.json, set:

{
  ...
  "suppressDefaultTitle": true,
  ...
}

 

You can view the capabilities.json schema here for all available configuration options for visual capabilities. suppressDefaultTitle is documented here.

 

Regards,

 

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

5 REPLIES 5
lbendlin
Super User
Super User

Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?

Anonymous
Not applicable

NgaMoon_0-1705675067663.png

hi @lbendlin , 
this is general visuals setting of table visuals, 

NgaMoon_1-1705676976670.png

And this is my custom visuals, 
I want to set the default title to off, It's not that I clicked on off, but when I opened visuals it was already set to off by default.

If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41

Anonymous
Not applicable

NgaMoon_0-1705757609964.png

NgaMoon_1-1705757663868.png

In this picture example, when I create a new table visuals like this.

I found that table visuals can set the title to off when it is initialized. So I think it can completely be applied to my custom visuals by setting capabilities.json file. Isn't that right?

Hi @Anonymous,

 

In capabilities.json, set:

{
  ...
  "suppressDefaultTitle": true,
  ...
}

 

You can view the capabilities.json schema here for all available configuration options for visual capabilities. suppressDefaultTitle is documented here.

 

Regards,

 

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors