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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Clark128
Frequent Visitor

Capabilities not showing up in format pane

I am trying to add some custom formatting options in the capabilities file I added the following

 

  "objects": {
        "dataBarColors":{
            "displayName": "Data Bar Colors",
            "properties": {
                "ValueFillColor":{
                    "displayName": "Value Bar Color",
                    "type": {
                        "fill": {
                            "solid": {
                                "color":true
                            }
                        }
                    }
                },
                "GoalFillColor":{
                    "displayName": "Goal Bar Color",
                    "type": {
                        "fill": {
                            "solid": {
                                "color":true
                            }
                        }
                    }
                }
            }
        }
    }

Does anyone know why this is not showing up in the Power BI format pane?

 

Thanks,

Dan

1 ACCEPTED SOLUTION
deldersveld
Resident Rockstar
Resident Rockstar

Defining the capabilities is not enough to have them appear under Format. You still need to enumerate them following these guidelines: https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/DataBoundObjects.md

View solution in original post

1 REPLY 1
deldersveld
Resident Rockstar
Resident Rockstar

Defining the capabilities is not enough to have them appear under Format. You still need to enumerate them following these guidelines: https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/DataBoundObjects.md

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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