Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to have the option to chose what measures to show as well as what dimensions to show.
Here is a picture of what I have in mind:
I'm thinking to have a preset chart by device, for example, and then chose what measures to show from a drop down box.
Is that possible?
Thank you,
Teddy
Hi Teddy,
There are a couple ways to accomplish this. The simplest is with Expression Groups. You can group several expressions together and a new control will appear in the chart that will let you select which expression you wish to see, thus:
Another way to do what you want is to use a combination of an island table (a stand alone table that isn't connected to the rest of the data model) and variables in your expression that refer to the selected measure. For example, you could do the following:
Now the user will be able to select which measure they'd like to see in the chart. Easy peasy.