Forum Discussion
Anonymous
3 years agoNot applicable
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. ...
- 3 years ago
Anonymous,
Try this:
FILTER(LocalHeroes_WarrantySearchTable, CONTAINSSTRING(LocalHeroes_WarrantySearchTable[Address1], "hamlet"))
Anonymous
3 years agoNot applicable
DataInsights awesome, thanks