Hi All,
I am trying to custom a graph so that the user can select what measures he can see in the graph. I was able to do this by creating a Switch measure:
Selected Measure = SWITCH(FIRSTNONBLANK(Options[Tipo],Options[Tipo]),"CBB",SUM(Custos[CBB]),"Receita",SUM(Custos[Receita]),"Custo",SUM(Custos[CustosNeg]))
However I would like that the user be able to select multiple options (not only switch)
Example below:
Any ideas?
Thanks!
Solved! Go to Solution.
Take a look here... I believe this is what you want
Hope this helps!
Take a look here... I believe this is what you want
Hope this helps!
Thanks!! This worked perfectly well 🙂
User | Count |
---|---|
124 | |
61 | |
56 | |
47 | |
41 |
User | Count |
---|---|
118 | |
67 | |
63 | |
63 | |
44 |