Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
BFAGUNDES
New Member

Help to create quarter and subtotal columns in Power BI

Hi everyone,

I'm looking for help creating aggregated subtotal columns in Power BI based on Fiscal Quarters.

Specifically, I need to:

Create a column to displaythe subtotal  for Fiscal Year 2024 (grouping all FY24 quarters);Then, show the individual quarters of FY25, followed by a subtotal for FY25

After that, group and subtotal the years from FY26 to FY29

Finally, create another column that aggregates data from FY16 through FY29.

I'm struggling with how to structure this logic using DAX or Power Query. Any suggestions or guidance would be greatly appreciated!

Thanks in advance!

follow 

BFAGUNDES_0-1754055388625.png

TABLE exemple:

KPI NameValueFY QuarterFiscal Year
LOE, m/d-11.09FY19FY24 Q1
On-Shore LOE, m/d1,660.74FY23FY24 Q2
Off-Shore LOE, m/d-4.00FY13FY24 Q3
On-Shore, %1.31FY14FY24 Q4
Current Month Bookings(reported), $-48.63FY15FY25 Q1
New order, $1,107.71FY16FY27 Q3
T&M CAP, $300.31FY17FY25 Q2

 

 

 

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @BFAGUNDES 

You'll have to create disconnected table containg a column of all the periods to show at different granularity (quarter, year, all years) and reference that in a measure. You may create this table manually or with DAX or M.

danextian_0-1754060158421.png

danextian_2-1754060405240.png

 

Please see the sample pbix.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

7 REPLIES 7
Ashish_Mathur
Super User
Super User

Hi,

Does your data have a Date or a month column.  If yes, then share that data.  Also, from which month does the FY start?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
v-tsaipranay
Community Support
Community Support

Hi @BFAGUNDES ,

 

We haven’t received an update from you in some time. Could you please let us know if the issue has been resolved?
If you still require support, please let us know, we are happy to assist you.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @BFAGUNDES ,

 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @BFAGUNDES ,

Thank you for reaching out to the Microsoft fabric community forum. 

 

Could you please confirm if the issue has been resolved. I wanted to check if you had the opportunity to review the information provided by @danextian and @johnt75 . Please feel free to contact us if you have any further questions.

 

Thank you.

danextian
Super User
Super User

Hi @BFAGUNDES 

You'll have to create disconnected table containg a column of all the periods to show at different granularity (quarter, year, all years) and reference that in a measure. You may create this table manually or with DAX or M.

danextian_0-1754060158421.png

danextian_2-1754060405240.png

 

Please see the sample pbix.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
johnt75
Super User
Super User

One option would be to create a calculation group with calculation items for each period or total you want to show. Each item would call SELECTEDMEASURE while applying the appropriate filters to the date table, e.g.

FY24 =
CALCULATE ( SELECTEDMEASURE (), 'Date'[Financial Year] = 'FY24' )
FBergamaschi
Solution Sage
Solution Sage

Please include, in a usable format, not an image, a small set of rows for each of the tables involved in your request and show the data model in a picture, so that we can import the tables in Power BI and reproduce the data model. The subset of rows you provide, even is just a subset of the original tables, must cover your issue or question completely. Do not include sensitive information and do not include anything that is unrelated to the issue or question. Please show the expected outcome based on the sample data you provided and make sure, in case you show a Power BI visual, to clarify the columns used in the grouping sections of the visual.

 

Need help uploading data? click here

 

Want faster answers? click here

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors