The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
Thank you in advance
Solved! Go to Solution.
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! | |
#proudtobeasuperuser | |
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.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHi @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! | |
#proudtobeasuperuser | |
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |