Forum Discussion
ffiore
2 years agoRegular Visitor
Get a value from a table
Hi, in power query, i didn't find how to do this. I've a tableA from excel like this: given a Date e.g. 1980/01/15 I'd like to retrieve the value in the table - from the year (so i select...
ffiorellino
2 years agoFrequent Visitor
ok: Record.FieldValues helped me a lot.
(Date.Year and Date.Month are those in Power Query)
AlienSx many thanks