Forum Discussion
Chetan_Y
3 years agoNew Member
DAX code for the following question
Hi, I am stuck with the problem and seeking help from the community. Problem : I want the sum of first month of every Quarter Example : Jan,Feb,Mar-Q1 Apr,May,Jun-Q2....so on till Dec. If I c...
- 3 years ago
Create a measure using 'Calculate' with filter of ALL(Date) & STARTOFQUARTER(Date), this will bring your desired numbers, which is for first month of quarter (based on selected month).
sunnsonofindia
Advocate II
3 years agoCreate a measure using 'Calculate' with filter of ALL(Date) & STARTOFQUARTER(Date), this will bring your desired numbers, which is for first month of quarter (based on selected month).
Chetan_Y
3 years agoNew Member
Thank you sunnsonofindia for your answer. This was exactly I was Looking for. You made my day😊😊😊😊👌👌👌👌