Forum Discussion
Victor_Oliveira
1 year agoNew Member
Filtering accumulated measures with dates
Hi! I´m having trouble with the measure below CALCULATE(
DISTINCTCOUNT('Base Geral'[Codigo]),
'Base Geral'[Status] = "Concluído",
'Base Geral'[IO] = -1,
FILTER(
ALL(...
- Anonymous1 year ago
Your measure should be correct, and at least in my simple test, it worked.
Make sure your date slicer is using 'calendario'[Date], not 'Base Geral'[Date].Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
Super User
1 year agoHi,
Cannot understand your requirement. Share the download link of the file and show the expected result. Please ensure that table/column names are in English.