Forum Discussion
IF THEN ELSE
- 4 years ago
Hi, bobceres
According to your description, I can roughly understand your requirement, I think you can create a calculated column like this to achieve your requirement:
This is my test data:
Expected ID = IF(ISBLANK([ID1]),[ID2],[ID1])And you can get what you want, like this:
You can download my test pbix file below
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, bobceres
According to your description, I can roughly understand your requirement, I think you can create a calculated column like this to achieve your requirement:
This is my test data:
Expected ID =
IF(ISBLANK([ID1]),[ID2],[ID1])
And you can get what you want, like this:
You can download my test pbix file below
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.