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.
Hello World!
I have a date column. I want to create a new column called days. How do I change these dates to days. For example 10/1/2022 was Saturday (US calender).
Solved! Go to Solution.
hello @Anonymous ,
please refer below:
Day = FORMAT(Table2[date],"DDDD")
hello @Anonymous ,
please refer below:
Day = FORMAT(Table2[date],"DDDD")
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |