Hello,
1. Is it possible to have a % sign show after the numbers above bars? 94%, etc.
2. How do you change legend text? I thought there would be a Text field to edit.

Chart loading following items
AddColumns(GroupBy(Filter(Gateways, Region = "NA" || Region = "EU" || Region = "AP" || Region = "CN"), "Region", "DATA"),"Total", Text(Sum(Filter(DATA, 'Dates' >= DatePicker1.SelectedDate,
'VPP Dates' <= DatePicker2.SelectedDate,
Gateways.Value = "FD",
BPR.Value = "Y",
Region <> Blank()),NT)/
Sum(Filter(DATA, 'Dates' >= DatePicker1.SelectedDate,
'Dates' <= DatePicker2.SelectedDate,
Gateways.Value = "FD",
BPR.Value = "Y",
Region <> Blank()),NT_Total)*100,"####."))