Forum Discussion
Anonymous
3 years agoNot applicable
Visual Card Synchro
Hello Power BI Lovers,
I have a scatter plot of Players by performance and a card which Shows the name of the player selected, by default it shows the first Player name (Ex : Alexander Arnold) I would like that the card Shows ("Player Name") instead of the first player name on my list. The target, is that Users of my Dashboard Will see ("Player Name")in the card that they understand that the card Shows Player Name Only, When you filter players.
Thankfully,
1 Reply
- amitchandakSuper User
Anonymous , not very clear , you can try concatenatex
concatenatex(Table,Table[Name], ", ")
or
concatenatex(Distinc(Table[Name]), Table,Table[Name], ", ")
Concatenatex: https://www.youtube.com/watch?v=du2HSEzng2E&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=43