Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Help with table visual to table visual Edit Interactions behaviour

Hi, I have created a calculated table which holds all entries where the SCRIPT_ID has had a status of 'NOT_FOUND_IN_EPS'. The DAX: tblNotFoundInEPS =      CALCULATETABLE (           CALCULATETAB...
  • v-yulgu-msft's avatar
    v-yulgu-msft
    8 years ago

    Hi Anonymous,

     

    From my opinion, this requirement is not ahievable.

     

    This table visual only have records with latest LOG_DATE. When you click the SCRIPT_ID of 1, it means current record where date is the latest one is chosen. Then, the related table visual will find out the same row to exactly match with it.

     

    Regards,

    Yuliana Gu