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
Hi all,
I'm struggling with creating a measure with the sum of revenue of products on a receipt. Please see below:
For total revenue per receipt I wrote the following formula to create a calculated measure:
Solved! Go to Solution.
Hi @Anonymous , Please try:
CALCULATE(SUM(sales[revenue]),ALLEXCEPT(sales[receipt code]))
Hi @Anonymous , Please try:
CALCULATE(SUM(sales[revenue]),ALLEXCEPT(sales[receipt code]))
Thanks @Anonymous! That fixes it!
Only one small edit: ALLEXCEPT requires 2 values: first the table name then the column name. So ALLEXCEPT(sales,sales[receipt code]).
Yes, sorry. Forgot about that.
User | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |