Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
SHTELVIS
Frequent Visitor

Custom Filters Using HTML Content or Any Other Option

Hi Everyone


I need to create this filters in power BI :

SHTELVIS_0-1709740062169.png

The normal filter on power BI don't let me change several settings to make it look like this ones , is it posible to create a filter using HTML content if it is , can you provide me and example how to do it ? or how can this be posible in power BI  to change the look and fell of the normal filters ? in power BI there's always a square like the one higlighted in yellow and i need to remove it and make omo other change to the visual to show it like the firts image .

SHTELVIS_2-1709740345601.png

 

 

 


Regards
Thanks in advance

4 REPLIES 4
Anonymous
Not applicable

Hi @SHTELVIS ,

 

Note: Power BI does not support the direct creation or customization of HTML content for filters.


Alternatively you can try customizing the theme by importing this json file into powerbi desktop. For more details, you can read below document:

Use report themes in Power BI Desktop - Power BI | Microsoft Learn

{
    "name": "CustomSlicerStyle",
    "slicer": {
        "header": {
            "outline": "#0072C6"
        },
        "item": {
            "outline": "#0072C6"
        }
    }
}

vkongfanfmsft_0-1709790711722.png

Best Regards,
Adamk Kong

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Ritaf1983
Super User
Super User

Hi @SHTELVIS 
Unfortunately, there is no easy way to remove the border .
You can customize the visuals with developer options.

Please refer to the linked document and video:

https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals

https://www.youtube.com/watch?v=LQB-q9SVyY4

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Hi @Ritaf1983 

Thanks for your reply , do you have and video or webpage or some example code on how to create a filter , the video and information on the link just show how to create custom visuals but nor any typer of filter

 

 

Thanks in advance

Hi @SHTELVIS unfortunately no,
but take a look at @v-kongfanf-msft's response... it is more specific.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors