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, I'm running into an issue trying to get the last date value of my slicer. Part of my issue I believe is that my Date table is connected to my data table by a different value then what I'm trying to write against. Here is my formula...
Solved! Go to Solution.
In theory it should just be:
MEASURE = CALCULATE(SUM(Charges[dcAmt]), FILTER(Charges, Charges[dPmt] > MAX('Calendar'[Date])))
In theory it should just be:
MEASURE = CALCULATE(SUM(Charges[dcAmt]), FILTER(Charges, Charges[dPmt] > MAX('Calendar'[Date])))
Thanks Greg! That does work. My issue was I was using All(Calendar[Date]) in the formula because of the way my data is setup. I replaced that with datesbetween and it worked.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |