The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Everyone
I need to create this filters in power BI :
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 .
Regards
Thanks in advance
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"
}
}
}
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.
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
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.