Forum Discussion
Hierarchy Slicer
- 5 years ago
Hi, vr_2020
Try like this:
Measure = SWITCH ( TRUE (), ISFILTERED ( 'Table'[Column3] ), MAX ( 'Table'[Column3] ), ISFILTERED ( 'Table'[Column2] ), MAX ( 'Table'[Column2] ), ISFILTERED ( 'Table'[Column1] ), MAX ( 'Table'[Column1] ), " " )Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi vr_2020 , you are right about default behavior, but I noticed that you did not set this value as a hierachy.
See the pic above, the upper set is set as a hierachy, and I turned of the title. Perhaps closer to what you are looking to doing?
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πare nice too.
Nathaniel
Thanks Nathaniel_C for the quick reply. I don't think setting up as a Hierarchy and turning off the Title will have an significant impact on the default behavior about the point (as marked in red) that I am looking for.