Hi,
I'm trying to deploy slight variation of a dashboard report, to show different client a slice of their data (and not of their competition). For that, I built a base report (hereafter, my template). Using the REST API, I then clone that template, create a new dataset and push the data I want that client to see, then rebind the cloned dashboard to the new dataset. So far so good.
The problem is that in the process, any calculated column / table / measure get wiped out. I would have assumed that the calculated table / columns were a property of the dashboard report, not the dataset.
Anything I can do? Should I be doing what I'm doing (automatically deploying a template with different dataset) some other way?
Thanks!
(edit: changed dashboard to report for clarity. Thanks Quentin)