Forum Discussion
ALLSELECTED, but within the same visual
Your "select" action happens where? In the Deneb visual or somewhere else?
Hello lbendlin , the select action is performed in the Deneb visual, when clicking on the bars (I presented my example as a table to be more readable, but the Deneb visual is a bar chart).
- lbendlin1 year ago
Super User
Then you need to do the computation there too.
- Alex_RM1 year ago
Advocate I
Ok I see, so it will necessarily be vega-lite code. I will ask for help on vega forums, but if anyone here have a tip, you're welcome.
Just for information, I also tried some vega-lite transforms, such as joinaggregate, but I didn't find any way to concatenate strings in its context.
- Alex_RM1 year ago
Advocate I
For anyone having the same problem. I asked the question on stackoverflow, since the problem is more related to vega-lite/Deneb than to PowerBI itself. You can find it here (not answered at this time): powerbi - How to aggregate a text column? - Stack Overflow