Forum Discussion

emilibellot's avatar
emilibellot
New Member
4 years ago
Solved

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:

ProductImportImportEurImportUSD
1111210
2111210
3121311
4121311
5131412

 

Badge
Local
Eur
Usd

 

The filter I have created depends on badge column. What I want is a visual object that shows the product and depending on the filter shows the import if is Local, importEUR if is EUR and importUSD if is USD.

4 Replies

  • emilibellot 

    maybe you can try to select product and unpivot other columns in PQ.

    then you can just filter attribute column

    • emilibellot's avatar
      emilibellot
      New Member

      The problem is that the table not have only the column product, it have 20 columns more...