Hi, I have a cube with birthdate dimension for my users. How can I make a calculated dimension such that it will store each users' age on runtime, so that every new day the age is updated??
Hi, Alexaweb!
I know this is a very rough method to solve this problem but...
Create a view based on the fact table with the birthdays and all the other fields of the , this view should contain age = now date - user's birthday.
Base your cube on this view as fact table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.