Hi, I am trying to lookup a Power Pivot dates table in native Excel with a formula to lookup the date to return financial week.
I have the date in cell K1 in the correct format.
Is there a cube formula which can lookup ThisWorkbookDataModel to return the week associated with the date in K1? So far I am stuck here which returns N/A.
=CUBEVALUE("ThisWorkbookDataModel","[FinWeek]","[FinCalendar].[Date].["&K$1&"]")
I have the date in cell K1 in the correct format.
Is there a cube formula which can lookup ThisWorkbookDataModel to return the week associated with the date in K1? So far I am stuck here which returns N/A.
=CUBEVALUE("ThisWorkbookDataModel","[FinWeek]","[FinCalendar].[Date].["&K$1&"]")