Hi Team,
I have embedded a power BI report into CRM using CRMtoolbox. I will load this report on account.
I wanted to provide multiple filters on power BI report like customer preferred Brand Name is ZARA and Account Name is 'ABC' .
How I can provide two conditions in CRM PowerBIFilter Parameters
{"Filter":"[{\"$schema\":\"basic\",\"target\":{\"table\":\"dim_contract\",\"column\":\"Tenant_Name\"},\"operator\":\"In\",\"values\":[$a],\"filterType\":1},
{\"$schema\":\"basic\",\"target\":{\"table\":\"dim_contract\",\"column\":\"Brand\"},\"operator\":\"In\",\"values\":[$b],\"filterType\":1}]"
,"Alias":{"$a":"name", "$b": "sic" }}
Lookup text is not supported by microsoft. Datatype has to be matched in power BI and CRM to use the fields for filter.
Hence only we can add business rules/ flow/workflow which will copy lookup text field to a new text field and then use same plain text field for filteration.
DAnny3211
136
Daniyal Khaleel
130
Abhilash Warrier
70
Super User 2025 Season 2