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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
spsp
Frequent Visitor

Display % of Monthly Sales over Annual Total Sales

Hi all,

 

I have 2 linked tables which are Date(month column) and Transaction(sales_amount column) tables. 

How can I achieve to calculate and display Sales and Total Sales in same table as Sales column will be filtered by Month while Total Sales would be Sum of all months Sales in that year. And later, I can calculate the % of Sales amount of the month over the year.

 Month Sales Total Sales % of Sales
2022 Jan20,000 85,000 23.53%
 Feb30,000 85,000 35.29%
 Mar20,000 85,000 23.53%
 Apr15,000 85,000 17.65%
    
 Total85,000 100%

 

 

 

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

You can sum up sales for all months like this:

Sum of all months Sales = CALCULATE(SUM('Table'[Sales]),REMOVEFILTERS('Calendar'),VALUES('Calendar'[year]))

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

You can sum up sales for all months like this:

Sum of all months Sales = CALCULATE(SUM('Table'[Sales]),REMOVEFILTERS('Calendar'),VALUES('Calendar'[year]))
spsp
Frequent Visitor

Short and simple, thanks for your solution!

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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