In a dashboard I am trying to show a bunch of Performance Measures but I can't link them to a DynamicText.
I tried with the sampler and with this code in the Link field:
Model.performanceMeasures["PerformanceMeasure1"].value
In fact the only things I can link DynamicTexts to are labels. So I could write the Performance Measure on a Label and then link the label to the DynamicText but this seems like making a huge detour to do something simple.
Am I missing something? Is there a direct way to link DynamicText to PerformanceMeasure?