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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
WJ876400
Helper IV
Helper IV

Filtering

Hi

 

I have a report with a start data and then a column with the date difference to the current date. I then want a column that that shows any dates that are within 42 days of the start date and the other cells that are ove this are blank

 

Start DateDays Since Start Date
01/01/202311
01/01/2022 
28/12/202215

 

any help is appreciated

 

thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @WJ876400,

It sounds like a common multiple date range analysis requirements, I'd like to suggest you take a look at the Greg’s blog 'start date', 'end date' parts or add the end date and create a expand table with detail records to mapping with raw table records.

Before You Post, Read This 

Solved: Spread revenue across period based on start and en... - Microsoft Power BI Community

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

Write this calculated column formula

=if(Data[Start date]>42,blank(),today()-Data[Start date])

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ashish_Mathur
Super User
Super User

Hi,

Write this calculated column formula

=if(Data[Start date]>42,blank(),today()-Data[Start date])

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi @WJ876400,

It sounds like a common multiple date range analysis requirements, I'd like to suggest you take a look at the Greg’s blog 'start date', 'end date' parts or add the end date and create a expand table with detail records to mapping with raw table records.

Before You Post, Read This 

Solved: Spread revenue across period based on start and en... - Microsoft Power BI Community

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors