Good Afternoon!
I have a PowerApps Visual (with property PowerApps Data = Selected Tool) that has been integrated with PowerBI. My goal is to filter the PowerApps Gallery so that it only shows the tool which has been selected in the slicer (this tool is under the variable of "Selected Tool")
I have tried the following FX:
1. [@PowerBIIntegration].Data.SelectedText.Value
Error: Change the rule to produce a {0} value.
2. Text([@PowerBIIntegration].Data.SelectedValue
Error: Change the rule to produce a {0} value.
3. [@PowerBIIntegration].Data
Error: Invalid formula. Expected a value compatible with 'Items'.
4. Filter([@PowerBIIntegration].Data, 'Tool Name ' = SelectedTool)
Error: Invalid formula. Expected a value compatible with 'Items'.
Please advise.

Report
All responses (
Answers (