Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
I have a loaded data like:
And I have a Table showing Color field.
When I make a filter - Color field in Table shows only Color for this Fruit, but I want to see all Color values in table, to make Table data immune to Fruit filter.
You can use attached file...
The only way is to add a measure (count{1}(1)) for example) to your table and then change the width of its column so It can't be visible anymore :
See the attached app
The only way is to add a measure (count{1}(1)) for example) to your table and then change the width of its column so It can't be visible anymore :
See the attached app
No need to add measure, try below
AGGR(only({1} FieldName) , FieldName)
Hi Vineeth,
I already tried that but that does not seem to do the job:
Hi Omar,
I misread the question, I thought we were working with a listbox.
You are correct we'll need to add an expression to the table