Forum Discussion
Mohamed_007
9 months agoFrequent Visitor
3D Format Column Chart
Hi, I have a reuqirement to replicate this Column Chart Shape which was created on Power Point, On Power BI , Any Ideas how to do it , and if there is no Std Way , which external Visuals i can use ...
- 9 months ago
So it seems there's some kind of limitation with JavaScript when it's in focus mode. That's why the earlier code built with JavaScript didn’t work in focus mode.
Yes, we can add the moving effect — please find the attached updated code.
kushanNa
9 months agoSuper User
Hi Mohamed_007
You can use Power BI’s built-in Python visual to create custom visuals.
Please check this video by Patrik on how to do it: https://www.youtube.com/watch?v=3_DOF_qjguA. I have also attached a sample I created for your reference.
But Keep in mind that the Python visual has several limitations; for example, tooltips and hovering not work etc.