Forum Discussion
Custom WEEKDAY based on users selection / preference
Anonymous Right, you would have to use a measure to perform this function. Hard to be more specific without knowing more about your data model. One method might be to essentially recreate a simple calendar inside the measure using CALENDAR for example, use ADDCOLUMNS to add in your desired columns for week information based on the start of week selected by the user. You would then figure out the dates and then filter your base calendar table according to those dates using something like CALCULATE or CALCULATETABLE. Again, hard to be specific about without a solid use case.
Greg_Deckler Sorry for my late response, thank you for your reply.
What specific information do you need more from me other than the code, which I use to create my date table with Power Query, I send in my first post.