Hi,
You can use the calculative field and Fixed Lod for your problem as
AVG(Sales) / { AVG(Sales) } where { AVG(Sales) } is avg sales for each region over complete data.
If you want to calculate for one region only then,
{ FIXED [Region] = "Canada" : AVG( [Sales] ) } / { AVG( [Sales] ) }