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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
wolfgang2
Frequent Visitor

Formatting Pane

Greetings,
Have groups been added to the powerbi-visuals-utils-formattingmodel module.
If not, how do I populate the formatting settings using the getFormattingModule() method from powerbi-visuals-utils-formattingutils.

It is not clear in the working example provided in the tutorial for formatting pane.
What can I do instead of this:

this.formattingSettings = this.formattingSettingsService.populateFormattingSettingsModel(VisualFormattingSettingsModel, options.dataViews);
 

Thank You!

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @wolfgang2,

 

There aren't any examples for the formatting model utils, because groups are not currently part of that libray's API. If you want full parity with the exposed formatting pane API, you will currently need to build the formatting model using getFormattingModel in the base Power BI Visuals API rather than using the additional utilities.

 

There is currently a pull request open for the functionality to be added to the formattingmodel package and I would suggest that you add your voice there to see if the additional interest can help move it along.

 

Regards,

 

Daniel





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

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


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 @wolfgang2,

 

There aren't any examples for the formatting model utils, because groups are not currently part of that libray's API. If you want full parity with the exposed formatting pane API, you will currently need to build the formatting model using getFormattingModel in the base Power BI Visuals API rather than using the additional utilities.

 

There is currently a pull request open for the functionality to be added to the formattingmodel package and I would suggest that you add your voice there to see if the additional interest can help move it along.

 

Regards,

 

Daniel





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

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


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




Thanks for the reply. I get what you are saying. I just can't find a way to populate the settings in the update() method using dataviews like you can in formatting model utils and even the older enumerateObjectInstances() method. What do I change the following to, if I am using getFormattingModel():
this.formattingSettings = this.formattingSettingsService.populateFormattingSettingsModel(VisualFormattingSettingsModel, options.dataViews);

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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