Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
This question relates to the Power query in Excel.
Column "Lost" as shown in screenshot has either dates or blanks. I want to add a new column based on the column "lost" with the following conditions.
1. If there is any date in the column "Lost", the corresponding row in the new column should say "Lost."
2, If there is any cell with no data, the corresponding row in the new column shall say "New."
How can I achieve this?
Solved! Go to Solution.
You can eventually use bit more sofisticated formula, which evaluate data type:
Hi @mfaisalk ,
I used simple conditional column. Truth is, it does not consider data types, so it not might be the perfect solution. In case you have only dates or nulls, then following formula will solve your problem:
You can eventually use bit more sofisticated formula, which evaluate data type:
Thanks a lot, the first simple will work perfectly....as the data type is only date. As I have blank cells so, instead of null, I used blank as a condition. see screenshot
Check out the July 2025 Power BI update to learn about new features.