Forum Discussion
repsol
6 years agoFrequent Visitor
Calender DAX Help Needed
Need a calender which has Week Start Date as Thursday and Week End Date as Wednesday.
Anyone - Pls need some help with above.
2 Replies
- AnonymousNot applicable
Hi repsol ,
Create Calculated Columns in your Date Table.
SoWDate = 'Date'[Date] - WEEKDAY('Date'[Date],2)+ 4EOWDate = 'Date'[Date] - WEEKDAY('Date'[Date],2)+ 4 + 6Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button) - amitchandakSuper User
repsol , What weekday start you need. All calendar is discussed in this post
Please find pbix after the signature.