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
I have a Measure totaling sales within a given month. It looks something like this:
Solved! Go to Solution.
@Anonymous , Try like
Sales Dollars = CALCULATE(SUM(Sales[Dollars]), Filter(Sales, EOMONTH(Sales[SaleDate],0) = EOMONTH(TODAY(),0)))
if this works, refer
http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/
@Anonymous , Try like
Sales Dollars = CALCULATE(SUM(Sales[Dollars]), Filter(Sales, EOMONTH(Sales[SaleDate],0) = EOMONTH(TODAY(),0)))
if this works, refer
http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/
So, the moral of the story is never, ever use the "filter" parameters of CALCULATE, just use the FILTER function within a CALCULATE. Man, that's a dangerous pitfall to just throw in people's way.
Anyway, thanks for the clarification. Switching to using FILTER() got rid of this behavior.
User | Count |
---|---|
64 | |
55 | |
46 | |
31 | |
31 |
User | Count |
---|---|
84 | |
74 | |
49 | |
48 | |
41 |