Forum Discussion
computermike
10 years agoHelper I
display no data until interacted visualization is selected
I am using PowerBI desktop to build a report. I have a map and a line chart that interact, they work great. When I select a data point plotted on my map, the line chart displays the data correctly....
ImkeF
10 years agoCommunity Champion
Create a measure with HASONEFILTER
- vasim0710 years agoHelper I
Thanks ImkeF, this is amazing, however it doesn't work on multiple selection. (Using CTRL on windows)
- ImkeF10 years agoCommunity Champion
That's why he's called "HASONEFILTER". Thought this was what's been requested :-)
If you want to make it show up on multiple filter selection, try ISFILTERED.
Also check out this article