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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.