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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 106 | |
| 39 | |
| 33 | |
| 25 |