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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |