Forum Discussion
Anonymous
7 years agoNot applicable
Revenue Calculation for a specific selected criteria
Hi I am seeking help with a revenue calculation I want a total revenue for packages marked "prepaid", I am aware I can just use a filter option but seeking a formula which will exclude everyt...
- 7 years ago
hi, Anonymous
If you want to create a "New Column", you could use EARLIER Function to add a formula as below
New Column =CALCULATE (SUM(Totalrevenue nok 2018),FILTER ('Table',EARLIER(Table[Packages]) = "Pre-Paid" && EARLIER(Table[Package Price]) = 34))Best Regards,
Lin
Anonymous
7 years agoNot applicable
HotChilli
I was unable to input in the "calculation here" field , my actual total reveunue calculation is as shown in the image is as a form of "New Column " .. as per your instructio below i couldnt do the following
Sales Measure =
CALCULATE (
Totalrevenue nok 2018,
FILTER (
'Table',
Table[Packages] = "Pre-Paid" && Table[Package Price] = 34
)
)v-lili6-msft
Community Support
7 years agohi, Anonymous
If you want to create a "New Column", you could use EARLIER Function to add a formula as below
New Column =
CALCULATE (
SUM(Totalrevenue nok 2018),
FILTER (
'Table',
EARLIER(Table[Packages]) = "Pre-Paid" && EARLIER(Table[Package Price]) = 34
)
)
Best Regards,
Lin