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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

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
Most Valuable Professional
Most Valuable Professional

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
Community Champion
Community Champion

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
Most Valuable Professional
Most Valuable Professional

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.