Forum Discussion
Keep dependent Filters
- 1 year ago
Hi GS2605,
Thank you for reaching out to Microsoft Fabric Community.
Power BI does not provide a built-in way to retain dependent filter values after removing the original filter. When a primary filter is cleared, the related selections reset to their default state, showing all available data. This behaviour is by design, and there is no direct feature to maintain filtered selections once the original filter is removed.
I recommend submitting your detailed feedback and ideas through Microsoft's official feedback channel. Feedback submitted through these channels is frequently reviewed by the product teams and can contribute to meaningful improvements.
https://ideas.fabric.microsoft.com/ideas/search-ideas/
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
Hi,
You can try to create a calculated table with only distinct customers based on the applied Salesperson filter and Use this table as a filter for further analysis.
SelectedCustomers = VALUES(Sales[Customer])
Thanks,
Bhavin