Hi, i'm trying to build a running total by hour.
I have a power pivot CUBE formula for the time:
=IFERROR(CUBEMEMBER("ThisWorkbookDataModel","[TIME].[TIME].&[1899-12-30T10:00:00]"),"")
And what i need is to see the total up to this hour. I'm pulling in last years values. If the hour is after...