Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.