Forum Discussion
SushmaReddy
3 years agoHelper I
Hide a column based on another table column
Hi Team, I am using 2 sharepoint lists as source in the report and both lists contains Country as one of their columns, when the value of Country in 1st list is "TRUE" then the column 'country' in a...
- 3 years ago
SushmaReddy , You can make that blank. Create a measure like this and use that as a visual level filter of another slicer and check for value =1
int(calculate(isfiltered(Table[Column1]), allselected() ) )
refer video from Guyinacube
amitchandak
3 years agoSuper User
SushmaReddy , You can make that blank. Create a measure like this and use that as a visual level filter of another slicer and check for value =1
int(calculate(isfiltered(Table[Column1]), allselected() ) )
refer video from Guyinacube