Forum Discussion
Anonymous
6 years agoNot applicable
Power BI embeded <PowerBIFilter> reference
Hello, I am trying to call a powerBI from Dynamics CRM using the contains operator. I use the following syntax to call a report using the is operator: <PowerBIFilter> { "Filter": "[{\"$schema...
- Anonymous6 years ago
I solve my situation by re-organizing the query at the SQL Server level, by using a view that reproduces the left join I was using in PowerBi with contains.
Anonymous
6 years agoNot applicable
Hi Anonymous ,
Thanks for the link but it does not cover advance filtering when embedding powerBI reports.
Regards
Anonymous
6 years agoNot applicable
I solved my situation by using a view on SQL Server to perform what the left join as doing in Power BI with contains