Power Bi Dax está en los últimos 3 meses
3mo Sales = CALCULATE(DISTINCTCOUNTNOBLANK('Sales Data'[SaleNo]), DATESINPERIOD('Calendar'[Date],TODAY(),-3,MONTH))
// Note - The date column being filtered must have no gaps in date
Powerful Penguin