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

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

Reply
erhan_79
Post Prodigy
Post Prodigy

Query Date Formula

hi there ;

 

i need your kind support for below issue 

 

i have a date typed column on query side , near this column i want to create a new column which includes 1 day earlier data then my date column

 

you can what i need as below wtih right new date column 

 

caps1.JPG

 

thanks in advance

1 ACCEPTED SOLUTION

@erhan_79 , That was dax in M try like

 

New Date = [Date] -duration(1,0,0,0)

or

New Date = [Date] -#duration(1,0,0,0)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@erhan_79 ,

 

As a new column

new date = [Date] -1

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

hi @amitchandak  @Anonymous 

 

 i want to create a new column on the power query side   , but when i add a custom column with below formula ,  it gives below error 

 

caps1.JPG

 

 

cap.JPG

 

@erhan_79 , That was dax in M try like

 

New Date = [Date] -duration(1,0,0,0)

or

New Date = [Date] -#duration(1,0,0,0)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

HI @erhan_79 

Create a column

New date = [date] - 1

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors
Users online (18,019)