Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All the answer on how to ignore selection using {1} and so are for measurement and using SUM, AVG, COUNT, etc. I am looking for ignoring a selection in a table dimention that is not a calculated field. I want to show all the data in a field that is a text field regradless of the selection.
What is the right way.?
thanks
EW
Change the field to a calculated field and use below expression
=Aggr(Only{1}FieldName),FieldName)