Forum Discussion
Petja
3 years agoAdvocate II
PowerQuery not working/weird logic
Hi,
Reading files from Azure Blob on pbi/powerquery.
= Table.SelectRows(*blob url*, each [Name] = "Terveyspalvelut/Aputiedostot/Kalenteri.csv") #returns the correct file
= Table.SelectRows(*blob url*, each Text.Contains([Name], "Terveyspalvelut/Aputiedostot/Kalenteri.csv")) #returns empty
can somebody tell me why the text.contains fails?
No RepliesBe the first to reply