Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
As a user, I want them to view the filter symbol in a different way when the filter is applied.
Currently the filter icon looks like this when filters are applied :
I want it to be shown like when filters are applied:
Solved! Go to Solution.
Hi @pupadhya , one of the ways is to create a measure and use it for the background of your circle:
circle color = IF( ISFILTERED ( 'Date'[Year] ) || ISFILTERED ( 'Date'[Month-Year] ), "blue", "white")
If I take away the border, the circle won't be visible in case nothing is filtered.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
@ERD , Thank you for the solution, I tried the same, but the DAX should be dynamic, no matter what I filter on the page, it should pop up the circle, meanwhile with the above DAX I can only see text saying blue or white, I want circle instead. Thanks
You need to check if tables used on the page are filtered: https://dax.guide/isfiltered/.
Then you apply the resulting color on the circle's background:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
Hi @pupadhya , one of the ways is to create a measure and use it for the background of your circle:
circle color = IF( ISFILTERED ( 'Date'[Year] ) || ISFILTERED ( 'Date'[Month-Year] ), "blue", "white")
If I take away the border, the circle won't be visible in case nothing is filtered.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |