Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

It works. Thank you 🙂

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.