Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 🙂