Hi Evgency,
Effectively I have widjet with pivot which include dates in from different cubes/dimensions, but exists the relation between the two cubes.
I'm showing below the MDX query from one pivot that uses the date "Fecha Creacion" that comes from cube "EVENTOSPOLICIALES"
SELECT %LABEL([Measures].[%COUNT],"Cantidad de Encargos","") ON 0,
NON EMPTY {[TipoEventoPolicialD].[H1].[TipoEventoPolicial].&[Encargo de Arma],
[TipoEventoPolicialD].[H1].[TipoEventoPolicial].&[Encargo de Especies],
[TipoEventoPolicialD].[H1].[TipoEventoPolicial].

