I have a Measure variable (a list of Players), and each player has a Points variable.
I would like to be able to select different Players and get the sum of all their Points.
But not just by selecting the different players out of a multivalue filters.
I would like to see: Player 1 is worth 30 Points, Player 2 is worth 15 Pts. Team total is 45 Points
And use that Team Total variable on its own afterward, depending on which players I have selected,
Thanks a lot
Hi @Thibaud Chatel
Pretty sure you can't do conditional show/hide of parameters like that. You can show/hide containers though (see ). Alternatively something like this:
(workbook re-attached showing the above, it is a bit hacky though!)
Or check out the earlier links that show you how to do better UI/UX components - just appreciating that it'll be much more work to build as you're really building an app not just a dashboard.
Ta,
Steve.