Forum Discussion
extracting data from diferents tables
- Anonymous2 years ago
Hi usuario112 ,
It seems to be taking the row data for the minimum value of each, and you can check the results as follows:
First = var _t = ADDCOLUMNS('Table',"First",MINX(FILTER(ALL('Table'),[Premer_nombre]=EARLIER([Premer_nombre])),[Calificacion])) RETURN MINX(_t,[First])An attachment for your reference. Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi usuario112 ,
It seems to be taking the row data for the minimum value of each, and you can check the results as follows:
First = var _t = ADDCOLUMNS('Table',"First",MINX(FILTER(ALL('Table'),[Premer_nombre]=EARLIER([Premer_nombre])),[Calificacion]))
RETURN MINX(_t,[First])
An attachment for your reference. Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- usuario1122 years agoFrequent Visitor
It worked!, thank you so much Anonymous and also thank you Greg_Deckler for the help, i appreciate you both 😄