Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.