March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I need to add a new column that shows yesterday's date. The formula I have to calculate today's date is:
Date.From(DateTime.FixedLocalNow())
This new column shows me today's date, but I need the column to show yesterday's date. I tried the following combination and I am receiving Error in each cell.
Date.From(DateTime.FixedLocalNow()) -1
Solved! Go to Solution.
you can use the Date.AddDays() function:
Date.AddDays(Date.From(DateTime.FixedLocalNow()),-1)
you can use the Date.AddDays() function:
Date.AddDays(Date.From(DateTime.FixedLocalNow()),-1)
Thanks it worked.
@Anonymous
Update: I added the new column in Power Query Editor and I went back to my dashboard tab to Refresh the Pivot Charts but they are all blank now and I have to rebuild them. Do you know how I can fix this?
Hi @lbrown,
Can you share the file? How did you create the chart? Maybe the old charts use the date "Today" while you change it into "Yesterday".
Best Regards,
Dale
Is there a way we can put a text tag saying "Yes/No" instead of the actual date @v-jiascu-msft @lbrown
Unfortunately I'm not able to share the spreadsheet because the data is confidential to my company. I loaded the data table to the Data Model and created the pivot tables based on the workbook's Data Model. The pivot charts were created from the pivot tables. The pivot tables and charts don't currently use a reference to the new data column, but when I added the new column and pressed refresh all they are simply going blank when I refresh.
Hi @lbrown,
Can you build a dummy one? Sorry, I can't give more suggestions without the data model.
Best Regards,
Dale
Hi Dale,
I rebuilt the Excel Sheet in Power BI and I have no problems updating the charts after I add new columns. This error may be an Excel issue, but thank you for your assistance.
Best,
Lauren
This worked perfectly. Thank you @Anonymous
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
121 | |
98 | |
89 | |
72 | |
62 |
User | Count |
---|---|
140 | |
121 | |
106 | |
98 | |
94 |