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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Aggregate values of transaction made in same month

Sales_TableSales_Table

Hi Everyone

I am new to power bi. Need assistance for my issue.

For the given table, I want to aggregate the monthly values of sales of each branch of the transaction that happened in the same month. Please suggest if I need to make another table, or I can change this table as per the requirement.

Thank you

1 ACCEPTED SOLUTION
v-xuding-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please try this:

Month = MONTH('Table'[TrabsactionDate])

 

Column = CALCULATE(SUM('Table'[Sales]),ALLEXCEPT('Table','Table'[Month],'Table'[BranchName]))

 

 3.PNG

 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xuding-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please try this:

Month = MONTH('Table'[TrabsactionDate])

 

Column = CALCULATE(SUM('Table'[Sales]),ALLEXCEPT('Table','Table'[Month],'Table'[BranchName]))

 

 3.PNG

 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@Anonymous , ideal is that you can create a date table, In that, you can have a month -year, year qtr, etc, You can join to you date and ana analyze it at the visual level

https://community.powerbi.com/t5/Community-Blog/Creating-Financial-Calendar-Decoding-Date-and-Calendar-1-5-Power/ba-p/1187441

Watch my webinar for analysis : help: https://community.powerbi.com/t5/Webinars-and-Video-Gallery/PowerBI-Time-Intelligence-Calendar-WTD-YTD-LYTD-Week-Over-Week/m-p/1051626#M184

 

 

Another way is to use date Hierarchy. When you date in visual you will see that option.

 

If you need this as a column  try like

Branch month sum =time = sumx(filter(Table,format(Table[Date],"YYYYMM") = format(earlier(Table[Date]),"YYYYMM") && Table[branchname] =earlier(Table[branchname])),Table[salesvaluetaxinclused])

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/


Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors