79728694

Date: 2025-08-07 14:04:50
Score: 1
Natty:
Report link
MonthX Unique Events= CALCULATE(DISTINCT('Incident Tracker'[Incident Name]),'Incident Tracker' [Incident Date] >= DATE(2024,1,1) && 'Incident Tracker' [Incident Date] <= DATE(2024,10,1))

If you have a separate date table and a slicer on it (to make it more dynamic) i would consider using VALUES and TREATAS in the filter argument of CALCULATE

Reasons:
  • Blacklisted phrase (1): thX
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: STM