Forum Discussion
WeekOfYear showing data from multiple years
- 2 years ago
lbendlin - I thought instead of leaving your comment with no response, I would advise that I did not have time to supply you with the data - my apologies again if that offended you.
However, I did work out the solution with the asssist from Copilot.
For future reference and if anyone else gets this form of error within their own report -
All I had to do was dropALL('Calendar')from my measure. As this was resulting in the filter to view the entire dataset across all dates, and not just the ones currently being looked at.
What a remarkable reply. (Even a little ironic given your username). Do I have your permission to use this as an anonymized quote?
lbendlin - I thought instead of leaving your comment with no response, I would advise that I did not have time to supply you with the data - my apologies again if that offended you.
However, I did work out the solution with the asssist from Copilot.
For future reference and if anyone else gets this form of error within their own report -
All I had to do was drop
ALL('Calendar')from my measure. As this was resulting in the filter to view the entire dataset across all dates, and not just the ones currently being looked at.