Forum Discussion
Aggregations on repeated data:
Hi Anonymous,
It should work automatically within Matrix visualisation if you use as values only those columns you need.
Hi Pavlous
Thanks for reply.
I did try with Matrix and it works. But User is not happy with drill down to levels, when multiple attributes are added to rows, it becomes cumbersome to see data with all levels drilled down.
There are more than 15 text attributes that are viewed on measures in my case.
Any DAX can help to acheive this at Table visual. Matrix is not helping interms of visual appeal in my context.
Thanks
- Pavlous8 years agoAdvocate II
Hi Anonymous,
Allrighty, so you would need to make custom column with condition if the "column" is for example Attr5 then its 1 else 0.
Then you can use this column as switcher in filter visualisation to show and hide the "column" from the context. It should automatically update the result to what you would like to show.
EDIT: If you would like it to make it more user friendly then only 1 and 0 then you can make Ref table with e.g. Type and Value when Type column will have Displayed and Hidden and Value for Displayed 1 and Hidden 0.