Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Query against dataset

Hello.   I have a PowerApp that I'm using to trigger a flow that query's a dataset on PBI Workspace.   I'll be replacing "hamlet" with a string value from a text box in the PowerApp.     ...
  • DataInsights's avatar
    3 years ago

    Anonymous,

     

    Try this:

     

    FILTER(LocalHeroes_WarrantySearchTable, CONTAINSSTRING(LocalHeroes_WarrantySearchTable[Address1], "hamlet"))