Forum Discussion
Anonymous
8 years agoNot applicable
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...
- 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
v-yulgu-msft
8 years agoMicrosoft Employee
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
Anonymous
8 years agoNot applicable
Okay, so it seems what I am trying to achieve cannot be done. That's fine. Thanks for the response.