The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have calculated column for start date of the week: StartWeekMon = 'DateDIM'[DATE]-WEEKDAY('DateDIM'[DATE],2)+1
It is in text type format.
I am looking for ideas on how to format the calculated colum so I can chage the results to DD/MMM/YY or DD/MM/YYYY, DDDD/MM/YY or any other ways I desire.
Thank you.
Solved! Go to Solution.
@matrix_user , This formula should return date only
'DateDIM'[DATE]-WEEKDAY('DateDIM'[DATE],2)+1
Unless you have used & additionally like
('DateDIM'[DATE]-WEEKDAY('DateDIM'[DATE],2)+1 ) & ""
Change the data type to date and use format option under column tools to get a format or type is there DD/MM/YYYY
@matrix_user , This formula should return date only
'DateDIM'[DATE]-WEEKDAY('DateDIM'[DATE],2)+1
Unless you have used & additionally like
('DateDIM'[DATE]-WEEKDAY('DateDIM'[DATE],2)+1 ) & ""
Change the data type to date and use format option under column tools to get a format or type is there DD/MM/YYYY
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |