I have a question about a set analysis we are using:
I have a pivot table with different KPI's per day:
What I need now is a text value from a table. The problem is, that I want to filter it by a row value from the pivot. The expression looks like this at the moment:
- JDTVAUSGB.ERSCHDAT is the date in the table with the poster
- TimeStock.TimeDimension.DateExcelFormat is the date in my main table
The problem is, that the inner expression is evaluated before everything else. So there is no "only"-value, and it can't calculate it for every row seperatelty...