Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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?
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
Solved! Go to 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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?
hi @lbendlin ,
this is general visuals setting of table visuals,
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
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.