Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |