The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 🙂
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
78 | |
77 | |
43 | |
38 |
User | Count |
---|---|
148 | |
116 | |
65 | |
64 | |
54 |