Forum Discussion

wshenc26's avatar
wshenc26
Regular Visitor
3 years ago

How to replace the value of x-axis based on another column

Given the data below: Column1 Column2 Value A_001 Alex 50 A_002 Alex 80 A_003 Betty 70 I am creating a column chart based on the data above. I put Column1 as my X-axis an...