Forum Discussion
Selection vs Filter
- 5 years ago
Hi KoBe321,
Probably the easiest way to think about it is filter = slicer, select = regular chart.
The filter API asks Power BI to hard-filter other visuals in the page, like a slicer would. The selection manager requests Power BI performs interactive operations either internally to your own visual or in confunction with others (such as cross-highlight), which do not explicitly remove data from each visual's data view so that they can show partial data, dim out non highlighted fields etc..
They aren't really interchangable as you'd typically use one over the other. You can technically use both (I personally haven't used them both together; just separately), but in each case you would want to think about what needs to happen from an end-user perspective if you do.
Regards,
Daniel
Hi KoBe321,
Probably the easiest way to think about it is filter = slicer, select = regular chart.
The filter API asks Power BI to hard-filter other visuals in the page, like a slicer would. The selection manager requests Power BI performs interactive operations either internally to your own visual or in confunction with others (such as cross-highlight), which do not explicitly remove data from each visual's data view so that they can show partial data, dim out non highlighted fields etc..
They aren't really interchangable as you'd typically use one over the other. You can technically use both (I personally haven't used them both together; just separately), but in each case you would want to think about what needs to happen from an end-user perspective if you do.
Regards,
Daniel
Thank you Do you happen to know what causes this?
https://community.powerbi.com/t5/Developer/Filter-disables-SelectionManager/m-p/1759570
Thank you in advance!