Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Measure:
Measure =
VAR ImgURL = "https://**********.png"
VAR Width = 1024
VAR Height = 570
VAR SVG = "
<svg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 " & Width & " " & Height & " ' >
<image xlink:href='" & ImgURL & "' width='" & Width & "' height='" & Height & "' >
<animate attributeName='x' from='" & -1 * Width & "' by='" & Width & "' begin='0s' dur='10s' repeatCount='indefinite'/>
</image>
<image xlink:href='" & ImgURL & "' width='" & Width & "' height='" & Height & "' >
<animate attributeName='x' from='0' by='" & Width & "' begin='0s' dur='10s' repeatCount='indefinite'/>
</image>
</svg> "
RETURN
SVG
You need HTML Content to get the result: