Forum Discussion
SVG Animation Syncing
Yes, rows are loaded into visuals paged (in 501 row chunks - you can check the DAX code for each visual).
Does SVG have access to the time functions like now() ? You could enforce the animation to start at "the chime of the second" or some such. I would guess that for very long visuals or for scenarios where you scroll just so that you show parts of two pages you would still see the difference.
- robmarsh1 year agoHelper I
Hi lbendlin , thanks for your suggestion. I did look into that, but then realised that, even if you could, it would have the same issue, as NOW() would be loaded row by row (and then stop with the first 501 records, as you say). That is why I was hoping to trick them into being anchored to one sacrificial svg, which I could then use begin="syncicon.end" in the <animate> html to sync them all to. But it didn't work unfortunately. If you inspect the svg graphics, they arent embedded as typical SVG html, it is like Power BI renders them as an image and then links to that image instead.
- lbendlin1 year agoSuper User
If I were you I would leave it at that. You are already bending the rules of physics quite a bit.