Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I have a Sales column, and need to substract out a specific number. The other number is in a category from another sales table. How would I be able to do this?
I have this measure
TY Sales = (SUM(FACTS_Sales[Sales]))
I am trying to get another # something like
Sum(Facts_Category[category]="tax"
Then create another sales total - sales without tax = TY sales - tax
Solved! Go to Solution.
figured it out, just needed an equal sign. For anyone looking
Create a measure
CALCULATE( SUM(Sales[Sales]),Category[Category]="TAX")
then create another measure to minus the sales with this new measure.
figured it out, just needed an equal sign. For anyone looking
Create a measure
CALCULATE( SUM(Sales[Sales]),Category[Category]="TAX")
then create another measure to minus the sales with this new measure.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |