Forum Discussion
PowerBI Advanced Gantt chart Definitive Logic color coding problem
Definitive Logic's Custom Gantt Chart provides a timeline in either calendar years or government fiscal years with tasks able to be broken up into separate swim lanes. Formatting options include flagging tasks to be formatted differently, adding baselines beneath tasks, and a color measure to change task colors. BUT I am not able to change the colors of the taskname here using the option colors and there is no option called data colors as well in the formatting pane
How do I color code this visual?
I don't see any documentation after a quick web search, but I would assume they are looking for color hex values (ie "#XYZ123" format). Create a calculated column that uses the SWITCH( ) function to determine the proper color for each row in your table.
1 Reply
- aravaRegular Visitor
I don't see any documentation after a quick web search, but I would assume they are looking for color hex values (ie "#XYZ123" format). Create a calculated column that uses the SWITCH( ) function to determine the proper color for each row in your table.