Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello All,
I wanted to create a column in the Power query to show previous dates from the existing column. Please refer to the expected results table:
Date | Previous Day-Date | |
23/01/2023 | 22/01/2023 | |
22/01/2023 | 21/01/2023 | |
01/12/2022 | 30/11/2022 |
In the above example: The Date is the column I have and the Previous Day-Date is the column that I want to show.
Please help resolve this problem.
Thank you.
Solved! Go to Solution.
Hi @MintuBaruah ,
Please try this out
Date.AddDays([Order Date],-1)
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
Hi @MintuBaruah .
You can simply use PREVIOUSDAY() function.
Please follow this link :-https://powerbidocs.com/2020/09/13/dax-previousday-function/#:~:text=Step%2D1%3A%20Create%20a%20meas....
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
Thank you for your reply.
I have to create the Previous Day-Date column in Power query so that I can create a unique ID column.
Please provide solution for the same for Power query.
Hi @MintuBaruah ,
Please try this out
Date.AddDays([Order Date],-1)
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
100 | |
65 | |
48 | |
39 | |
32 |
User | Count |
---|---|
167 | |
117 | |
61 | |
58 | |
45 |