Forum Discussion
AndreaSo
3 years agoFrequent Visitor
locking only one column in a table visual
Is it possible to lock only one column in a table visual from filtering given by a slicer? My data look like this: Data Farm Products Fail Farm A product A x product A ...
- 3 years ago
AndreaSo , Create # of product with removefilters
calculate(countrows(Table), removefilters (Table[Type]) )
amitchandak
3 years agoSuper User
AndreaSo , Create # of product with removefilters
calculate(countrows(Table), removefilters (Table[Type]) )
AndreaSo
3 years agoFrequent Visitor
works, thank you