Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 choose Feb it should show the Jan month Total. Means it should sum only the first month of every quarter in Power Bi Please help me with the DAX code in getting this answer.
Solved! Go to Solution.
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).
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).
Thank you @sunnsonofindia for your answer. This was exactly I was Looking for. You made my day😊😊😊😊👌👌👌👌
User | Count |
---|---|
23 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |