The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |