Forum Discussion
Anonymous
7 years agoNot applicable
Creating QTD and YTD metrics on a weekly aggregate table
Hi All, I am solving a business requirement and stuck with the below issue.So here is my specific requirement, where I have a fact table whose grain is like Store,Week,Department and Sales. I need ...
- 7 years ago
Anonymous,
For any time intelligence function, you could implement a custom DAX formula.
v-chuncz-msft
Community Support
7 years agoAnonymous,
For any time intelligence function, you could implement a custom DAX formula.
Anonymous
7 years agoNot applicable
Thanks for the response and apologies for the delayed feedback, I went through those blogs but all of them are pretty much have a table at a day level, in my scenario I have my fact at a week level having a week surrogate key (Eg:201834 --Week 34 2018) joined on week surrogate key from week dimension. I have a week start date and week end date, in this case hoiw can I develop the qtd measure?