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
bcampbell2
Frequent Visitor

Return 3 Months of spend after a Date

I have a card that when you select a store from a slicer, I need it to show the first 3 months (or 90 days) of spend since the open date.

I have:

  • Total Spend Measure (contains spend before and after the Open Date)
  • Open Date
  • Store Name.

The Store Name and Open Date are in the same table. I've tried using DATESINPERIOD, but I keep using it incorrectly.

 

Thank You

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@bcampbell2 , Try a measure like this with help from date table joined with open date

 


Rolling 3 = CALCULATE(sumX(values(Table[Store]), calculate(sum(Table[Spend Amount]))),DATESINPERIOD('Date'[Date ],Min('Table'[Open Date]),3,MONTH))

 

 

use base column for spend

 

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 :radacad sqlbi My Video Series Appreciate your Kudos.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@bcampbell2 , Try a measure like this with help from date table joined with open date

 


Rolling 3 = CALCULATE(sumX(values(Table[Store]), calculate(sum(Table[Spend Amount]))),DATESINPERIOD('Date'[Date ],Min('Table'[Open Date]),3,MONTH))

 

 

use base column for spend

 

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 :radacad sqlbi My Video Series Appreciate your Kudos.

That Works!!!!

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.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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