Forum Discussion
yatheeshaworks
4 years agoFrequent Visitor
starting week day along with time in dax function
how to get starting week day along with time in dax function
Hi yatheeshaworks ,
Test the below:
Table = CALENDAR("2022,1,1","2022,12,31")Table = CALENDAR("START_DT","End_dt")You can use the following statement to exclude days off and take only weekdays.
Did I answer your question? Mark my post as a solution!
Best RegardsLucien
3 Replies
- AUDISU
Resolver III
HI,
Could you please show me an example of data you required?
Thanks - PC2790
Community Champion
- v-luwang-msft
Community Support
Hi yatheeshaworks ,
Test the below:
Table = CALENDAR("2022,1,1","2022,12,31")Table = CALENDAR("START_DT","End_dt")You can use the following statement to exclude days off and take only weekdays.
Did I answer your question? Mark my post as a solution!
Best RegardsLucien