Forum Discussion
Filter Selection
Hi pxg08680,
I have made a sample table like below based on your description:
If my sample data is like yours, then you can follow steps below:
1.Click Edit Queries -> Add Column -> Custom Column to add columns [vs EUR] and [vs USD] using your function.
2.Click columns [vs EUR] and [vs USD], then click Transform -> Unpivot Columns to make column name be row values.
3.Create a slicer on [Attribute] column and a stacked column chart using [Category] as Axis, [Attribute] as Legend, [Value] as Value.
Regards,
Jimmy Tao
- pxg086808 years agoResolver III
I appreciate your response but, I have the vs EUR and vs USD values available. All I need is when I select "vs EUR" I need to display certains currencies and for "vs USD" remaining currencies.
Ex: If I select "vs EUR", the X-axis should have PLN,CZK,CHF,NOK,SEK,GBP
and for "vs USD" all the remaing currencies.
Thank you