Date Title

Hello, I would like to create a title (or calculated field to put it in a table) like the following:

From September 2021 to December 2021

For many years I used Tableau where I used something like this:

‘From’+str(min([date]))+" to " + …

Is there a way to do it in QS? I’ve been trying but I don’t get it. Any ideas?

Is your question similar to this one?

1 Like

Thank you so much, that’s exactly what I was looking for. Hope I can do it!