The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All,
Is it possible to implement the composite text/font settings layout:
When using the enumerateObjectInstances() method? Or is it only possible if getFormattingModel() is used?
Thanks!
Andrew
Solved! Go to Solution.
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
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
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
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!