Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am enhancing the circle card visual by adding a border only when selecting the card. Iam populating a category data field and a label field value on the visual. Now I using this visual on a report page multiple times.
If I click my circle card visual iam showing border for the circle and at the same time i want to remove the border on the circle of other circle card visuals on the same report page. This is to give a feel which visual is being selected.
How to achieve this?
Iam using the below code to add the border
d3.selectAll("circle")
Solved! Go to Solution.
I added "supportsHighlight": true in the capabilities.json and this adds the highlights array to the dataview for the visual which is not currently selected. Using that i managed to remove the border of the circle.
I added "supportsHighlight": true in the capabilities.json and this adds the highlights array to the dataview for the visual which is not currently selected. Using that i managed to remove the border of the circle.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
7 | |
2 | |
2 | |
1 |
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |