Getting the last crosstab value via a measure

I have a crosstab that represents production status over time periods. I want to get the value for the last time period and show it in the row group. Using a measure, I can do this for the lowest value over the time span. But this time I'd like to get the last value. I don't see that ... first is there but not last. How can I do that?

itservices_3's picture
Joined: Nov 29 2018 - 3:56am
Last seen: 1 month 2 weeks ago

2 Answers:

Try using calculation="Nothing", that basically keeps the last value.

Regards,

Lucian

lucianc's picture
72640
Joined: Jul 17 2006 - 1:10am
Last seen: 7 hours 49 min ago

Using calculation = "Nothing" did the trick. Thanks.

itservices_3's picture
Joined: Nov 29 2018 - 3:56am
Last seen: 1 month 2 weeks ago
Feedback