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.
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.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |