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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
NivS
Regular Visitor

Is there a way to add a subtitle to a visual using PowerBI-client?

Hey, 
I'm trying to add a subtitle to a visual created using 

createVisual

with the powerbi-client library.
Is there a way to do that (I know that usually you should call visual.setProperty(...), but couldn't find this property in the docs).

Just to be clear: I'm trying to achieve the functionality shown in the images below using the powerbi-client library.

NivS_1-1728202298968.png

 



NivS_0-1728202286763.png

 

Thanks in advance!

3 REPLIES 3
NivS
Regular Visitor

Thanks @lbendlin - Can you please refer me as to how to create such a wrapper?
I'm embedding a report as a whole (single iFrame) each time.
How can I wrap a single visual?
Thanks again

Power BI embedded analytics overview - Power BI | Microsoft Learn

 

You would need to implement the actual embedding experience, not just the iframe.

lbendlin
Super User
Super User

Table visuals in general do not have a "subtitle"  property. Only "title"  is supported.

 

You would have to provide that in your wrapper.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.

Top Solution Authors