Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to Solution.
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
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
6 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
3 |