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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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