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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
andrjohns
Helper I
Helper I

Composite text settings (font, size, etc.) with enumerateObjectInstances

Hi All,

 

Is it possible to implement the composite text/font settings layout:

andrjohns_0-1690183455589.png

 

When using the enumerateObjectInstances() method? Or is it only possible if getFormattingModel() is used?

Thanks!
Andrew

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @andrjohns - this is only supported in custom visuals for the new formatting cards and not legacy properties, so you will need to use the getFormattingModel() method.

 

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

2 REPLIES 2
dm-p
Super User
Super User

Hi @andrjohns - this is only supported in custom visuals for the new formatting cards and not legacy properties, so you will need to use the getFormattingModel() method.

 

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)




Ah thought that might be the case, but worth a shot.

 

Thanks!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors