Forum Discussion
sunitvyas
3 years agoNew Member
Use parameter in a new column
Hi, I have a created a new column in my dataset using a dax statemet that concatenates a hard coded URL and a value from another column (added example of dax below) Name URL = CONCATENATE("https...
sunitvyas
3 years agoNew Member
Hi amitchandak
Thanks for you response but that is not quite what I'm looking for. I have a report that needs to be published to two different workspaces and the URL in the column needs to be automatically set depending on the workspace. My thinking here is that a parameter will allow me to dyanmically change this URL in the column when I publish the report. Do you know if this is possible?