Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi guys,
I have two columns. (A & B). Until 1. of september this year the value from column A was the one I was using. Now it is the value from column B.
How do I tell power query to replace the value in column A with the value from B in all data from 1. of september and forward?
Alternativly I can start using column B but would need to tell power query to replace all values in B with A from 1. of september and back.
Thank you very much for all help 🙂
Solved! Go to Solution.
@Irwin , You can create a new column like
Column = if [Date] <= #date(2021,09,30) then [ColumnA] else [Column B]
@Irwin , You can create a new column like
Column = if [Date] <= #date(2021,09,30) then [ColumnA] else [Column B]
It works. Thank you 🙂
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
87 | |
84 | |
67 | |
49 |
User | Count |
---|---|
141 | |
115 | |
111 | |
59 | |
59 |