Forum Discussion
Anonymous
4 years agoNot applicable
Show output based on Selected Value
Hello, I have the example data below: Product Attributes Color (Hidden) Size (Hidden) Car1 Blue,Big Blue Big Car2 Red,Medium Red Medium The Attribute-column is made by Colo...
Anonymous
4 years agoNot applicable
If you alredy have Color and size in table then the slicer should work as you are expecting there is no need to create measure for this.
Anonymous
4 years agoNot applicable
No because these two columns are hidden. Only the "Product" and "Attributes" are shown in the table. And I am not interested in the attribute to show both color and size when I am filtering - only when I am looking for an overview.
Example: If I filter on Color = "Red" the Table would give:
| Product | Attributes |
| Car1 | Red, Medium |
Whereas I am only interested in the attributed I am selecting so what I am looking for when I filter on Color ="Red":
| Product | Attributes |
| Car1 | Red |