Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Extract Date from Another Table
Dear. I would appreciate your support for the following consultation. I have a table with movements on different dates and the column is ID_MAT_LOTE repeated, and what I am doing is creating a new ...
- Anonymous3 years ago
Hi Syndicate_Admin ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a calculated column.
641-2000 = CALCULATE(MIN('Table'[Fecha-Hora]),'Table'[CMV.]="641",CONTAINSSTRING('Table'[CEN.],"00"))(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Hi Syndicate_Admin ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a calculated column.
641-2000 = CALCULATE(MIN('Table'[Fecha-Hora]),'Table'[CMV.]="641",CONTAINSSTRING('Table'[CEN.],"00"))
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.