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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gmasta1129
Helper III
Helper III

Previous Day - Excluding Weekend

Hello,

 

I have a report that runs 5 days a week (excludes weekends).  There is a "Run Date" column which contains the date the report was run.  I would like to retreive the previous day from the run date but I am having an issue because of weekend dates.  

 

For example, August 29th is a Monday.  Run Date = 8/29/2022.  The Previous Day should be Friday August 26th 2022 8/26/2022 

and not Sunday August 28th  8/28/2022

 

What type of formula can i use for this? 

1 ACCEPTED SOLUTION
ahmadibrahimbus
Resolver III
Resolver III

Dear @gmasta1129 ,

please use the below dax:

Previous_date = if( FORMAT(Sheet1[Run Date], "dddd")="Monday",Sheet1[Run Date]-3,Sheet1[Run Date]-1)
let me know if it's help.

View solution in original post

2 REPLIES 2
gmasta1129
Helper III
Helper III

Worked perfectly. Thank you for your help! 

ahmadibrahimbus
Resolver III
Resolver III

Dear @gmasta1129 ,

please use the below dax:

Previous_date = if( FORMAT(Sheet1[Run Date], "dddd")="Monday",Sheet1[Run Date]-3,Sheet1[Run Date]-1)
let me know if it's help.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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