I brought in a table and loaded it to data model. I created a pivot and then used OLAP tools to convert it to Cube formulas (allowing me to insert columns, etc where a pivot table won't let you).
My problem arises when I bring in the next month's data. I've written the formula that hould work to pull in the new data for that month, but it just gives me a blank (at least it isn't #N/A, so I know I'm close).
Here's what I've written. The Date Field formula worked. The cubevalue isn't. And It's the exact same formula that's in the column for the previous month. It should be working.
For New Date Field
=CUBEMEMBER("ThisWorkbookDataModel","[FTE_Accruals_Data].[Date].&[2019-11-01T00:00:00]")
Formula to retrieve sum of amount for that date field ^
=CUBEVALUE("ThisWorkbookDataModel",$B$2,$F4,H$3)
My problem arises when I bring in the next month's data. I've written the formula that hould work to pull in the new data for that month, but it just gives me a blank (at least it isn't #N/A, so I know I'm close).
Here's what I've written. The Date Field formula worked. The cubevalue isn't. And It's the exact same formula that's in the column for the previous month. It should be working.
For New Date Field
=CUBEMEMBER("ThisWorkbookDataModel","[FTE_Accruals_Data].[Date].&[2019-11-01T00:00:00]")
Formula to retrieve sum of amount for that date field ^
=CUBEVALUE("ThisWorkbookDataModel",$B$2,$F4,H$3)