The following table displays the row-level data in a Tableau data source:
A Data Analyst creates this calculated field:
SUM(IF [Item] = ' A ' THEN [Sales] END) / COUNT([Order ID] )
What is the result of this aggregate calculation?
12
50
15
An error
Submit