Show and hide control

I have a gallery type view. I want to set a condition to show and hide somุงู„ุชู‚ุงุท.PNGe rows. Is that possible?

Solved Solved
0 2 98
1 ACCEPTED SOLUTION

One way without any additional column is to use something like IN([ColumnName],LIST(Name#1,Name#2,Name#6)) with the slice's condition.

View solution in original post

2 REPLIES 2

Add new column in your table, names [Rows] and set this value "Hide" in the row you want to hide it.

Then use this formula in slice 

Not(Table_name[Rows]="Hide")

One way without any additional column is to use something like IN([ColumnName],LIST(Name#1,Name#2,Name#6)) with the slice's condition.

Top Labels in this Space