Power BI supports SVG. SVG is an open standard created by W3C as a way to specify the rendering of two-dimensional images within XML. In other words, you can use the same basic text formatting that you use to code web pages to display images in a web browser. Part of the SVG specification includes the ability to animate graphics. Power BI supports SVG graphics. SVG graphics can be created using DAX code and displayed on report pages within Power BI.
This recipe demonstrates how to create an animated SVG graphic using DAX.