Forum Discussion

wolfgang2's avatar
wolfgang2
Frequent Visitor
3 years ago
Solved

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-...
  • dm-p's avatar
    3 years ago

    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