Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am trying to figure out why my column chart visual is not properly deleting after adding the data and then removing it. For instance, removing categories should void the visual since it can't display it anymore but the columns stay on with the last data they've received also without properly scaling to the visual window.
I am wondering what the problem might be, the destroy() method only does sets the this.svg to null which should be enough to delete the visual from the display window.
Solved! Go to Solution.
I figured it out: just had to do this.barContainer.selectAll("*").remove(); whenever the necessary conditions for deletion were met.
I figured it out: just had to do this.barContainer.selectAll("*").remove(); whenever the necessary conditions for deletion were met.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |