Forum Discussion
How to hide text/date value at aggregate level in matrix visualization?
I am trying to create a drill-down report using matrix visualization. One of the fields have a date and another one has text values. At the aggregate level, these values are summarized as count or earliest date etc. In the context of my dashboard, it bears no meaning and can confuse the user. I want to hide these values and only display them at the transactional (granular) level. How can I achieve this?
3 Replies
- v-frfei-msft
Community Support
Hi tvaishnav,
I made one sample for your reference, if it doesn't meet your requirement, kindly share your sample data to me.
Create a measure as below.
Measure = IF(ISINSCOPE(Table1[sub.1]) && ISTEXT(MAX(Table1[text])),MAX(Table1[text]),COUNT(Table1[text]))
For more details, please check the pbix as attached.
Regards,
Frank
- v-frfei-msft
Community Support
Hi tvaishnav,
Does that make sense? If so, kindly mark my answer as a solution to close the case.
Regards,
Frank- tvaishnav
Helper IV
Hi Frank,
Thank you for following up. I was away from the office. I will try this and get back to you. Thank you so much for your help.
Regards,
tsvaishnav