Hi Priyanka,
You can use a measure to fetch the average of the region as
avg reg = CALCULATE(AVERAGE(Orders[Sales]), Orders[Region]) and add the filter to region to select the region
Now use the measure and show the average wet to city average and regions average.