Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I set a slicer filter like this
$schema: 'http://powerbi.com/product/schema#advanced',
target: {
table: 'table_name',
$schema: 'http://powerbi.com/product/schema#advanced',
column: 'column_name',
},
logicalOperator: 'And' as AdvancedFilterLogicalOperators,
filterType: models.FilterType.Advanced,
conditions: [
{
operator: 'Is' as AdvancedFilterConditionOperators,
value: value,
},
]
And for all of the slicers except for one it works fine. Do you know what might be the case that it doesn't work for one specific slicer?
Hi @AdrianGolda ,
From your description, your problem is that the slicer is reporting an error.
You can refer to the answer to the same question, refer to the link:
Solved: Filters target doesn't match slicer target (Hierar... - Microsoft Power BI Community
Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
25 | |
21 | |
11 | |
11 | |
10 |
User | Count |
---|---|
50 | |
31 | |
20 | |
18 | |
15 |