Hi All,
I have embedded a PowerBI report onto a form and trying to get it to filter based on the record that is open in the form. I have managed to get the report in the form using the PowerBI control but unable to get it to filter using the static JSON string. I have used the following string:
[{\"$schema\":\"basic\",\"target\":{\"table\":\"tableschemaname\",\"column\":\"column\"},\"operator\":\"In\",\"values\":[$a],\"filterType\":1}]", "Alias": {"$a": "column"}}
The column being used is the record GUID.
Is this the correct way to do it or is my filter in the incorrect format?
Any help would be appreciated.
Dave

Report
All responses (
Answers (