Forum Discussion

Petja's avatar
Petja
Advocate II
3 years ago

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