Forum Discussion
Help Creating Gross Profit Measure
- 7 years ago
Use the calculate function to create a measure like
Calculate(Sales - Cost of sales, Category = Sales)
Or you can breakout the column into 3 new columns and then build a measure to calculate the values.
Use the calculate function to create a measure like
Calculate(Sales - Cost of sales, Category = Sales)
Or you can breakout the column into 3 new columns and then build a measure to calculate the values.
Unfortunately, it's not that easy for this case. I am provided with the all the category is one column and need to imbed some kind of conditional logic to look for when the categories are met.
- charancvg7 years agoFrequent Visitor
Can you email a sample of your data?
I can work on it later in the day.
- Anonymous7 years agoNot applicable
Hello,
This message went to spam so I am just seeing it. However I got it to work!