Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi, Trying to manage data that is missing info. I have one column that shows type of 'termintaed' or 'new hire'. I have another column that shows 'acquired date' . The column that shows acquired date is for existing employees of a new company that we bought so they are really not a new hire. I want to take the column with the current terminated or new hire, and add a new option in the column of aquired, based on if there is date in the 'acquired date' field. Its got dates, blanks and null in it.
The columns are all in the same table. Do I do this in query editor or a dax measure or column in desktop? And what would be the formula?
Solved! Go to Solution.
Hi @Anonymous ,
You could create a calculated column using IF() and ISBLANK() function.
https://docs.microsoft.com/en-us/dax/if-function-dax
https://docs.microsoft.com/en-us/dax/isblank-function-dax
Best Regards,
Jay
Hi @Anonymous ,
You could create a calculated column using IF() and ISBLANK() function.
https://docs.microsoft.com/en-us/dax/if-function-dax
https://docs.microsoft.com/en-us/dax/isblank-function-dax
Best Regards,
Jay
You do that in Power Query Editor, or in DAX as a calculated column (not as a measure)
Please provide sanitized sample data that fully covers your issue. Paste the data into a table in your post or use one of the file services. Please show the expected outcome.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
30 | |
24 | |
22 | |
21 |
User | Count |
---|---|
58 | |
41 | |
25 | |
24 | |
23 |