Complete the code to add a reference band showing the average sales.
REFERENCE BAND: Add a band at [1] of SalesThe average (AVG) sales is used to create a reference band that shows the mean value across the data.
Complete the code to set the reference band scope to the entire table.
Set reference band scope to [1]Setting the scope to 'Table' applies the reference band across the entire table, not just a part.
Fix the error in the reference band calculation to show median sales.
REFERENCE BAND: Add a band at [1] of SalesMEDIAN is the correct function to calculate the middle value of sales for the reference band.
Fill both blanks to create a reference band from minimum to maximum sales.
REFERENCE BAND: Add a band from [1] to [2] of Sales
The band should start at the minimum (MIN) and end at the maximum (MAX) sales values.
Fill all three blanks to create a reference band with custom label and color.
REFERENCE BAND: Add a band at [1] of Sales with label '[2]' and color [3]
The band uses AVG for average sales, labels it 'Average Sales', and colors it blue for clear visibility.