Forum Discussion

sraj's avatar
sraj
Responsive Resident
4 years ago
Solved

Date difference

Hi there,

 

I am trying to calculate the date difference, from the PRT_OPEN_TASK_ADD_DT to today...even if the field is existing in the table it is not seeing it.  Can someone please advise on what I might be doing wrong here?  

 

 

  • I found my issue, I was using a new measure option instead of a new column.  That fixed my issue, thanks for responding!!

2 Replies

  • mahoneypat's avatar
    mahoneypat
    Microsoft Employee

    In a measure, you need reference an aggregation of a column, so wrap your column reference in MIN or MAX.

     

    Pat

  • sraj's avatar
    sraj
    Responsive Resident

    I found my issue, I was using a new measure option instead of a new column.  That fixed my issue, thanks for responding!!