Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
For a particular use case in my dashboard, I need to use a dimension as an expression in a pivot table, but when I use the dimension as an expression I don't get any results. For example: a dimension [Course Title] displays vale 'abc' when used as a dimension but when I used the same dimension as an expression using the formula =[Course Title], I get only '-'
Kindly advise!
May be there are more than one values... to check if this is true or not, try this
Concat(DISTINCT [Course Title], ', ')
Still does not work
You have only one Expression in Pivot Table. If it is string you must check the Suppress from Presentation tab
Can you show us what you are seeing?