Forum Discussion

MDEL's avatar
MDEL
Regular Visitor
8 years ago
Solved

Combine two columns in the same table

Hi All,  Thanks for the help,  I have 2 columns both contains 'Dates' for different category. I need to create new column to combine both columns and be able to query the data using the new column....
  • Anonymous's avatar
    Anonymous
    8 years ago

    MDEL,

    Create a column as shown in the following screenshot.

    Column = IF(ISBLANK(YourTable[WHDD]),YourTable[PDD],YourTable[WHDD])



    Regards,
    Lydia