The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |