Hi Everyone,
I have a data set that shows where our tickets are being created and revenue.
And I created 2 beast modes that separate where our tickets are being generated -
CASE WHEN Source
= 'G360' THEN 0 ELSE 1 END
and
CASE WHEN Source
= 'G360' AND (Board_Name
='Field Services - MAC' or Board_Name
='Field Services - Repair') THEN 1 ELSE 0 END
Now I want to add a revenue column to each of the beast mode that was created but i'm having issues creating a beast mode.
We have a calculation measurement that we show the total revenue for an account.
What beast mode function would I use to show the revenue for each of the beast mode?
Would I add on to the beast mode that was created by adding the calculation measurement?
Any assistance is greatly appreciated.