I got a data set with daily campaign data. All these campaigns have a status, like “active”. I’d like to create a calculated field that returns the latest status (string) value for each campaign.
@dbb1 - As @Max mentioned, you need to somehow add those to fields in your visual. If you are suing Table visual, you can easily add them and Hide them as well if those are not required to be shown in the visual. If you are working with other visual (e.g. KPI Visual) this could be tricky and could pose a bottleneck in getting that lastValue calculation working unfortunately!