I have calculate the First Workday on the Day Dimension and want to look up that date on the Month dimension. How can I lookup the First Workday on the Day dimension from the Month dimension. Screenshots below:


I have calculate the First Workday on the Day Dimension and want to look up that date on the Month dimension. How can I lookup the First Workday on the Day dimension from the Month dimension. Screenshots below:


Best answer by Nathan
your property should be of type Day, not Date
if you want the date, then formula is even simpler:
Day.First_Workday[by firstnonblank: Day.Month]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.