Forum Discussion
Filter Single Measure in a table
Hi, i would like to filter a single column in a table.
The problem is that if i active a filter in the table all the column are filtered.
i created that measures but the colum doesn't filter
the fist two colums will be filtered by VENDITE[COD_CLIENTE] instead the last two columns won't be filtered.
i also try to use ALL, ALLSELECTED without results.
can someone help me?
thanks
2 Replies
- sjoerdvnSolution Sage
So is that filter actually on VENDITE[COD_CLIENTE] or is on some dimension column, with the dimension in a relationship with that column? In that case use ALL('DIM_CLIENTE'), or whatever the table is named.
- Alberto95Frequent Visitor
that tabe are now filtered by the cod_cliente, but cod_cliente is not a column of this visual table.
the first column of the visual table in the image is "Plat" also a column in the "Vendite" table DB.
there is no relationship because there is only one table in the report.