The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
53 | |
22 | |
11 | |
10 | |
9 |
User | Count |
---|---|
113 | |
32 | |
30 | |
19 | |
18 |