Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Compare 2 Date Columns by Time Logic

I have two date related formulas that I am requested help with.   1. I have 2 different date columns ([Date Completed] and [Store Date]) which I'd like to compare. I want to build logic so that I c...
  • v-danhe-msft's avatar
    v-danhe-msft
    8 years ago

    Hi Anonymous,

    From your description, I have entered some sample data like the picture below:

    For the first issue:

    Sample data

    Create a calculated column and you can see the result.

    Column = IF([Date Completed]>=[Store Date],[Date Completed],BLANK())

    For the second issue:

    Sample data

    Create a calculated column and you can see the result.

    Column = (DATEDIFF([Date Approved],[Date Reviewed],WEEK)+1)<=2

    If I misunderstood you, could you please offer me more information about your data structure or share your pbix file if possible?

     

    You can also download the PBIX file to have a view.

    https://www.dropbox.com/s/q0uw1ndwbfmkt40/Compare%202%20Date%20Columns%20by%20Time%20Logic.pbix?dl=0

     

    Regards,

    Daniel He