Forum Discussion
ravikumarmb
9 years agoRegular Visitor
Slicer Function
Hi, I have got requirement where in i need to show few metrics based on text slicer. The values which i need to disply is text which i am showing in Table Visual. If we select a filter from t...
v-jiascu-msft
9 years agoMicrosoft Employee
Hi ravikumarmb,
What I would suggest is to create a measure or modify a exist measure like it below.
Measure = IF ( HASONEVALUE ( [the slicer field] ), [your current measure], BLANK () )
If you have more questions, please post a little sample.
Best Regards!
Dale