Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello. I create a custom visual
tell me how I add Conditional Formatting
(https://community.powerbi.com/t5/Desktop/Custom-Visual-Using-Conditional-Formatting/td-p/323947
they say it is possible but it is not clear how. are there any examples?)
like this
My capabilities.json (i want add Conditional Formatting to totalPercentCritColor)
)
{
"dataRoles": [
{
"displayName": "Value",
"name": "Value",
"kind": "Measure"
}
],
"dataViewMappings": [
{
"table": {
"rows": {
"select": [
{
"for": {
"in": "Value"
}
}
]
}
}
}
],
"objects": {
"textOptions": {
"displayName": "Text Options",
"properties": {
"phrase": {
"displayName": "Text",
"type": {
"text": true
}
}
}
},
"dataLabels": {
"displayName": "Data Labels",
"properties": {
"dataLabelMeas": {
"displayName": "Data Suffix",
"type": {
"enumeration": [
{
"value": "руб.",
"displayName": "руб."
},
{
"value": "тыс.руб.",
"displayName": "тыс.руб."
},
{
"value": "млн.руб.",
"displayName": "млн.руб."
},
{
"value": "млрд.руб.",
"displayName": "млрд.руб."
},
{
"value": "%",
"displayName": "%"
}
]
}
},
"dataLabelColor": {
"displayName": "Data Color",
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"totalPercentCritColor": {
"displayName": "Sales Plan Crit Color ",
"description": "Цвет если план продаж не выполнен, см. Sales Plan Crit Value",
"type": {
"fill": {
"solid": {
"color": true
}
}
}
},
"totalPercentCritLevel": {
"displayName": "Sales Plan Crit Value",
"type": {
"numeric": true
}
},
"FormatText": {
"displayName": "FormatText",
"type": {
"formatting": {
"labelDisplayUnits": true
}
}
}
}
}
}
}
Solved! Go to Solution.
Conditional Formatting is not supported by Power BI Custom Visuals API so far.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Conditional formatting is now supported in API 3.5 and above
Would you know if adding conditional formatting is in the roadmap and if yes, when would it be available in the custom visuals API?
We'll consider this feature but we can not share any ETA.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hi,
Any update on this. Is this feature available for usage in Custom Visual ?
Thanks,
Kiran BV
Hi @Anonymous - still not available, unfortunately. Would be great if it was, as I have a ton of uses for it 😞
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Thanks Ignat!
Conditional Formatting is not supported by Power BI Custom Visuals API so far.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
thank you!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |