Forum Discussion
Ashok_Gopeani
Helper I
2 years agoDisplay columns in Matrix visual based on selection in the hierarchy slicer
Hello Team, we have one hierarchy slicer with country- state-district combination and matrix visual. Based on the selection in slicer the respective columns are going to add or display in matrix ...
- 2 years ago
Hi Ashok_Gopeani
Please update the measureselectHierarchy = SWITCH( TRUE(), ISFILTERED(Country[District]) || ISFILTERED(Country[State]),1,0)
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Ashok_Gopeani
Helper I
2 years agoHi Gayatri_D05 ,
i intionally keep that measure on matrix visual as it is dispaying all values if we keep slicer without selection. so we should keep some valid measure that should allow to dispaly columns in matrix whe we select the value in slicer only. and also matrix should display values on any sort of selection in slicer
Gayatri_D05
Resolver II
2 years agoHi Ashok_Gopeani , Okay then i would suggest changing the logic of the measure. tahts the only thing holding the visual back.