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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Dates

scenario:

there is start, due and due revised dates columns

However, the due revised column has empty cells.

 

Question: how to configure due revised and due date columns as one with keeping data from due and replacing the "old dates" from due on due revised?

 

powerbi pic.PNG

 

Thank you in advance

1 ACCEPTED SOLUTION
tackytechtom
Super User
Super User

Hi @Anonymous,

 

I would suggest to create a new column with an if logic according to your needs, Maybe something like this?

TomsNewColumn =
IF ( Table[Due Date revised] = blank(), Table[Due Date], Table[Due Date revised] )

 

Let me know if this helps! 🙂

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

View solution in original post

2 REPLIES 2
edhans
Super User
Super User

Do this in Power Query. You can create a new conditional column with whatever logic you want, then load that. But I don't know what "how to configure due revised and due date columns as one with keeping data from due and replacing the "old dates" from due on due revised?" means. 

Give us some sample data and a mock up of expected results.

 

How to get good help fast. Help us help you.

How To Ask A Technical Question If you Really Want An Answer

How to Get Your Question Answered Quickly - Give us a good and concise explanation
How to provide sample data in the Power BI Forum - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
tackytechtom
Super User
Super User

Hi @Anonymous,

 

I would suggest to create a new column with an if logic according to your needs, Maybe something like this?

TomsNewColumn =
IF ( Table[Due Date revised] = blank(), Table[Due Date], Table[Due Date revised] )

 

Let me know if this helps! 🙂

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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