Forum Discussion

Chetan_Y's avatar
Chetan_Y
New Member
3 years ago
Solved

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...
  • sunnsonofindia's avatar
    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).