Forum Discussion
edmundhall
7 years agoNew Member
Slicer behaviour with matrices
Hi everyone, I was wondering if it is possible to set up a matrix visualisation so that only one group within the columns field interacts with a slicer? My understanding is that slicer interactio...
- 7 years ago
edmundhall you need to create measures.
parry2k
Super User
7 years agoedmundhall for keep your measure at fixed value, you can change the measures as below:
Budget Fixed = CALCULATE ( SUM( YourFact[Budget] ), ALLCROSSFILTERED( YourDateDimensionTable ) )
edmundhall
7 years agoNew Member
Yes, I've read about various operations to prevent filtering on specific measures, but my issue is that the items I have in the values field of the matrix are calculated columns of a table, rather than measures.
- parry2k7 years ago
Super User
edmundhall you need to create measures.
- edmundhall7 years agoNew Member
Yeah, that worked! It would be great to have a feature where columns could be excluded from a slicer as the way the grouping would be a little nicer in a matrix - hopefully this feature might get implemented in the future