Forum Discussion
Camstr
2 years agoHelper I
Slicer and Filter behaviour
Hello, I have created a simplified example that communicates by confusion over slicer vs. filter behaviour. Your help would be appreciated. In the example below I have "Country" = "UK" & "Ci...
- 2 years ago
Camstr , You have to make joins bidirectional
or create a measure
countrows(Filter(Store, Store[CityID] in Values(Location[City]) )
Use this measure in the visual level filter of the store
How to filter the slicer of a disconnected table: https://youtu.be/cV5WfaQt6C8
amitchandak
2 years agoSuper User
Camstr , You have to make joins bidirectional
or create a measure
countrows(Filter(Store, Store[CityID] in Values(Location[City]) )
Use this measure in the visual level filter of the store
How to filter the slicer of a disconnected table: https://youtu.be/cV5WfaQt6C8