Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 4 | |
| 3 | |
| 3 |