Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I am currently using a Matrix Visual with Individual Queries for my Values. Then for my columns I have a date format. Is there any way to total the individual Quarters.
For example have new column's be created showing:
- Total Quarter 1 (January + February + March)
- Total Quarter 2 (April + May + June)
- Total Quarter 3 ( July + August + Sept)
Hi @aishak12 ,
If you have a Date column in your table, you may add it to the columns in the matrix and select quarter in Date Hierarchy.
If you don't have a date column, you may create a separate table as follows.
Quarter
| Qtr 1 |
| Qtr 2 |
| Qtr 3 |
| Qtr 4 |
Then create a measure which will be put into Values in the matrix with SWITCH or IF to make the value of each quarter correspond to your Qtr1, Qtr2, Qtr3 and Qtr4.
Just like:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Your data model should contain a calendar table. Use the Quarter column from there.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 51 | |
| 44 | |
| 43 | |
| 39 | |
| 33 |