Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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:
Thank You!
Solved! Go to Solution.
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
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)
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
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);
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |