Return specific item name

Hello,

I have Kitchen inventory table with Item name column & I want to return all the item name "cake".only. How do I solve this?

Thankscakes only.png

0 7 169
  • UX
7 REPLIES 7

Hi,

you can test

Select(Kitchen inventory[Item code],CONTAINS([item name],"cake"))

Thanks for your response. It still did not work maybe the word specific cake1/2, cake1kg, etc

I don't think, contains() works with fragments and is not case sensitive.

Can you give more information about the column type and where you are writing the function?

In the above table "kitchen Inventory" I created a virtual col and use it there

Virtual col

cake virtual col.png

do you want to filter only "cake" or using field (Dynamics) with specific word? have you tried using filter and contains ( )? 

I want to filter any word contain "Cake" 

Top Labels in this Space