Forum Discussion
Return Specific value from a condition
Did you first combine the binaries?
Yes, Binaries were first combined and then the above syntax provided was used.
- lbendlin2 years agoSuper User
check the spelling. Power Query is case sensitive.
- dt_20232 years agoFrequent Visitor
Everything looks good from case sensitive side. so per my usecase, is the below screenshot expected after i use the syntax
Table.AddColumn(Source, "Output",
each List.Intersect({List.Transform(Text.Split([ID],","), each Text.Lower(Text.Trim(_))),Blacklist}))Do i have to combine the binaries again? because while i'm extracting the values from the Output column, I see the below error.
Expression.Error: The field 'ID' of the record wasn't found.
Details:
Content=[Binary]
Name=XXX-2023-11-29-16-45-30.xlsx
Extension=.xlsx
Date accessed=12/6/2023 9:58:44 AM
Date modified=12/4/2023 10:27:42 AM
Date created=11/30/2023 9:52:05 AM
Attributes=
Content Type=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Kind=Excel File
Size=2218073
ReadOnly=FALSE
Hidden=FALSE
System=FALSE
Directory=FALSE
Archive=TRUE
Device=FALSE
Normal=FALSE
Temporary=FALSE
SparseFile=FALSE
ReparsePoint=FALSE
Compressed=FALSE
Offline=FALSE
NotContentIndexed=FALSE
Encrypted=FALSE
ChangeTime=12/6/2023 9:58:44 AM
SymbolicLink=FALSE
MountPoint=FALSE
Folder Path=XXXX- lbendlin2 years agoSuper User
I think you need to expand the "Output" lists.