Hi Guys,
Newbie here and I hope you guys can help me. I need help creating a calculated field where it sums up a measure like say invoice volume, but ignores a single filter which is the selected date. What I'm trying to accomplish is to get the current day volume and monthly volume side by side. I already tried using the root command to total the volume based on Month and Year, but its just giving me an "#value" error. Here's the mdxscript that I've already tried using. Thanks
(
root([PMFTC DSMT DAILY].[Month]),
root([PMFTC DSMT DAILY].[Year]),
[Measures].[UOM Cartons]
)
regards,
Karl