Power Bi dax jest w ciągu ostatnich 3 miesięcy

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