Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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
thanks in advance
Solved! Go to 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)
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