Hi,
I am trying to add a calculated field to my table visual. The calculated field uses ‘firstValue’ (firstValue(ResponseTime, [TimeSent DESC])). I cannot add ResponseTime or TimeSent to the field wells of the table as this renders the data incorrectly, but without these i get the error “Table Calculation attributes reference(s) are missing in field wells”. I have already tried moving the calculated field to the data set as mentioned in this post ('firstValue' of a dimension sorted by timestamp and partitioned by another dimension), but i get the same error about the missing attributes in field wells.
Is there a way to actually use a calculated field in a table without adding each field used to calculate it to the field wells?
The goal is to add a column to this table that is LatestResponseTime to show the latest value for each row. If there is a better way to go about this than adding a calculated field i am open to that as well.