Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Could you help me in solving of my request:
I have straight and pivot tables and I need to filter data by some values. For example, I have a table as showed below and I need to show for user only entries if the values in column "MatchStatus" do not equal to 'FT' or 'AT'
Match MatchStatus
1 FT
2 AT
3 3
4 45
Thank you!
As I told you, set analysis should NOT be use in calculated Dimension, use it in Expression.
Thanks. It really works, but only in case when I have only this one expression. When I add the second expr. this filter does not work.