Question
Is it possible to add trend lines for each dimension member in Color on a scatterplot?
Is it possible to add trend lines for each dimension member in Color on a scatterplot?
IF [Category]="Furniture" THEN [Profit] END6. Create a calculated field and name it Profit for Office Supplies.
IF [Category]="Office Supplies" THEN [Profit] END7. Create a calculated field and name it Profit for Technology.
IF [Category]="Technology" THEN [Profit] END8. Add SUM(Profit for Furniture), SUM(Profit for Office Supplies), and SUM(Profit for Technology) to Detail.