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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Noor_Ahmad
New Member

Need Help Regarding Last 2 Months Order Calculation

Hello Everyone,

 

I have a dataset containing the product orders of three years (2021, 2022, 2023). For each Year, I have data for 6 months (Starting from March to August). I have calculated the "Total Orders InFull" for the dataset by the following manner:

 

Total Orders InFull =
CALCULATE( [Total Orders], Fact_Order_Aggregate[in_full] = 1)

 

Now I've created a table visual. In the 1st column, I put the "Start of Month" for the selected year. In the 2nd column, I put the "Total Orders InFull" for each month. In the 3rd column, I want to put the "Total InFull Orders Compared with Last 2 Months". I used DATEADD function to calculate the measure like below:

 

Total InFull Orders Compared with Last 2 Months =
CALCULATE( [Total Orders InFull], DATEADD(Dim_Date[Date], -2, MONTH))
 
Now, my table is looking like this (I added two pictures, one for Year-2022 Selection, another for Year-2023 Selection):
 
Screenshot_1.pngScreenshot_2.png

 

 

But I wanted the Table in such a way, for any given "Start of Month", the "Total InFull Orders Compared with Last 2 Months" should not be empty & should contain the "Total InFull Orders" of two months before.

 

For Example, In the 2nd screenshots (Year-2023 filter), the "Total InFull Orders Compared with Last 2 Months" of Saturday, April 01, 2023 should not be empty, and should be the "Total Orders InFull" of Friday, July 01, 2022, i.e. 939.

 

Please suggest me how can I fill those empty values with the proper values I want by keeping the Year Slicer.

 

@lbendlin 

 

 

 

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

2 REPLIES 2
lbendlin
Super User
Super User

lbendlin_0-1711569941109.png

 

Thank you so much, sir. This solution worked as I wanted

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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