if the Sales is Greater Than Revenue the Grey color bar should be turn in to Green color. if Sales is less than Revenue then Bar should be in Grey color only.
How this can be done in Quicksight? Can someone help me to fix this
Sorry, Currently QuickSight does not support conditional formatting for bar charts, including horizontal stacked bar charts, to change bar colors based on measure comparisons like Sales and Revenue. Conditional formatting is currently available for tables, pivot tables, gauge charts and KPIs.
I have tagged this as a feature request to promote visibility to the support team!
Hi @SatyaPaleti , you could use a Highcharts Visual. Use an inverted chart and the series type “column” (pay attention to grouping and staking). You can calculate colors in calculated fields and then use these values in Highcharts Visuals. You also can calculate colors in a visual, see this example https://democentral.learnquicksight.online/#Analysis-FeatureDemo-Highcharts-Visual9. Lipstick chart. Highcharts Visuals are pretty flexible but the development process requires significant efforts.