Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using 2 measures in my graph. I have imported measures descriptions in as a separate table, descriptions are placed in a field A. Is it possible to embedd those measures descriptions directly from the field? Having multiple charts and typing descriptions manually will be redundant work since i already have those string values imported.
If you got some ID associated in your measure description table then you can do something like this in the description expression -
Only({<MeasureID={23}>}Description)