Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
wujunmin
Advocate III
Advocate III

Map/Photo looping by DAX

1.gif

 

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:

wujunmin_0-1664180459108.png

 

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors