Forum Discussion
RENJITH_R_S
4 years agoResolver II
Gantt chat: Color code issue
Hello friends, I have created a calculated column using unichar codes and added to resource field of microsoft gantt chart. I am getting correct output in Power Bi desktop but the same report i a...
- 4 years ago
v-jingzhang , Thanks
RENJITH_R_S
4 years agoResolver II
v-jingzhang , for me color is showing in desktop & in service is not showing. this issue raised after november update. I m using microsoft gantt chart visual
see me code
Final Status Health =
SWITCH(
TRUE(),
_P_WP_DeliverablesAndMilestones[Final Status]="Late Milestone",CONCATENATE(UNICHAR(128997),_P_WP_DeliverablesAndMilestones[Data label]),
_P_WP_DeliverablesAndMilestones[Final Status]="On Track Milestone", CONCATENATE(UNICHAR(129001),_P_WP_DeliverablesAndMilestones[Data label]),
_P_WP_DeliverablesAndMilestones[Final Status]="Completed Milestone", CONCATENATE(UNICHAR(128998),_P_WP_DeliverablesAndMilestones[Data label]),
_P_WP_DeliverablesAndMilestones[Final Status]="Late Deliverable",CONCATENATE(UNICHAR(128308),_P_WP_DeliverablesAndMilestones[Data label]),
_P_WP_DeliverablesAndMilestones[Final Status]="On Track Deliverable", CONCATENATE(UNICHAR(128994),_P_WP_DeliverablesAndMilestones[Data label]),
_P_WP_DeliverablesAndMilestones[Final Status]="Completed Deliverable", CONCATENATE(UNICHAR(128309),_P_WP_DeliverablesAndMilestones[Data label]))
v-jingzhang
4 years agoCommunity Support
Thank you. I will report this issue and update here if I get any news.
Best regards,
Jing