Hi QuickSight community,
I have a table with three separate columns showing percentage values (Fast_Charging_Percent, Normal_Charging_Percent, Slow_Charging_Percent). Each column currently has Data Bars applied.
What I want to achieve:
Combine these three columns into a single column that displays all three values with their respective progress bars.
What I’ve tried:
I created a calculated field using concat() and ifelse() to simulate progress bars with emoji characters (![]()
![]()
![]()
). This works but has limitations:
- Not as clean as native Data Bars
- Hits SPICE complexity limits when trying to add more granularity (8+ blocks)
- Emoji rendering can be inconsistent
My questions:
- Is there a way to merge multiple Data Bar columns into a single column in a table visual?
- Is there a better approach to display multiple progress indicators within a single table cell?
Any suggestions or workarounds would be greatly appreciated!
Thanks in advance!

