Forum Discussion

AndreaSo's avatar
AndreaSo
Frequent Visitor
3 years ago
Solved

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  
FarmProductsFail
Farm Aproduct Ax
 product Ay
 product B 
 product Cx
 product D 
 product Ex
 product Ex
 product Ey
 product F 
 product H 
Farm Bproduct Ax
 product By
 product Cy
 product D 
 product E 

 

Customer wants a dropdown slicer(filter) on Fail Type X/Y and desired result should look like this:

 

Desired Visual without filtering 
Farm# of
Products
FailsProducts
Affected
Farm A763
Farm B 533
    
Desired Visual after filtering on Type of Fail
    
Filter on Fail X   
Farm# of
Products
FailsProducts
Affected
Farm A743
Farm B 513
    
Filter on Fail Y   
Farm# of
Products
FailsProducts
Affected
Farm A722
Farm B 522

 

Is there a way to reach this with my kind of data? Or how should I modify them to obtain the result.

 

Thank you.

  • AndreaSo , Create # of product with removefilters

     

    calculate(countrows(Table), removefilters (Table[Type]) )

2 Replies

  • AndreaSo , Create # of product with removefilters

     

    calculate(countrows(Table), removefilters (Table[Type]) )