How to convert a value into a string with DAX

You could try something like this:

http://www.xyz.com?page=” & Format([page] ,“####”)

Or you could just use Text.From( [Counter] ).

Let me know if either own of them doesn’t work. Maybe we can think of another solution.