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
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
5 | |
5 | |
2 | |
1 | |
1 |
User | Count |
---|---|
16 | |
9 | |
2 | |
2 | |
2 |