- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

How to create a table to use for Dynamic labelling instead of needing multiple measures
Hi,
I want to use dynamic labels in my dashboard to show users what they are looking at, depending on the type of filters they select.
I am currently able to do this by creating individual measures, but this is getting a bit messy and difficult to manage. I'd like to put these all into a single table from which I can select the label.
I have tried to create a table to hold the label names and measures, both by entering the values in a new table, and creating one through DAX. Using the DAX causes issues and error message when appending a string value at the end of the column selected. Below is the DAX and the error message received.
Label = DATATABLE("Label_ID",INTEGER, "Label_Name", STRING, "Label_DAX", STRING,
{
{1, "Sales type label", "SELECTEDVALUE('Sales Type'[Sales Type]) &" "&""& SELECTEDVALUE('Period Intelligence'[Period Calculation])" } ,
Unexpected Expression "&""& SELECTEDVALUE('Period Intelligence'[Period Calculation])" } ,
However, when I attempt to label the Chart title by the new label value I have created, it is greyed out.
Has anyone managed to create a table by using DAX or entering in a new table and got this to work successfully?
Thanks

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
12-19-2023 01:52 PM | |||
07-15-2024 03:58 PM | |||
03-03-2024 01:42 AM | |||
08-02-2024 08:59 AM | |||
11-15-2023 12:06 PM |