cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Irwin
Helper IV
Helper IV

Power query Replace value with value from other column

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 🙂

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Irwin , You can create a new column like

 

Column = if [Date] <= #date(2021,09,30)  then [ColumnA] else [Column B]

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Irwin , You can create a new column like

 

Column = if [Date] <= #date(2021,09,30)  then [ColumnA] else [Column B]

It works. Thank you 🙂

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors