Forum Discussion

Akhil_1411's avatar
Akhil_1411
Helper IV
6 years ago
Solved

Current Quarter in Date Table

Hi,   I was trying to create the current quarter yes or no in the date table. But my below dax is not happening.   current quarter = IF(ROUNDUP(MONTH('Base Date'[Date])/3, 0)=ROUNDUP(MONTH(TOD...