The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?