Forum Discussion
emilibellot
4 years agoNew Member
How to set column as a data field depending on selected Filter
I want to show a visual object with a column dependence depending on the selected filter. The datatables are these: Product Import ImportEur ImportUSD 1 11 12 10 2 11 12 10 3 ...
- 4 years ago
Hi,
There are multiple ways of doing this.
This is one:
ryan_mayu
Super User
4 years agomaybe you can try to select product and unpivot other columns in PQ.
then you can just filter attribute column
emilibellot
4 years agoNew Member
The problem is that the table not have only the column product, it have 20 columns more...
- ryan_mayu4 years ago
Super User
what about select import , importEUR and import USD then unpivot columns?