Just need to get MAX date in ALL my Measures in the Cube. For instance, DateID
is a Dimention
, [Measure].[First Measure],...,...,[Second Measure]
.
How to get list of MAX(DateID)
from all Measures in my Cube.
Just need to get MAX date in ALL my Measures in the Cube. For instance, DateID
is a Dimention
, [Measure].[First Measure],...,...,[Second Measure]
.
How to get list of MAX(DateID)
from all Measures in my Cube.
Copyright © 2021 Jogjafile Inc.
The following will get you the max date value associated with each measure...but you will have to manually create a calculated member corresponding to each measure.
If you want to get the single max date across all measures in the cube, you'll need to take a different approach.