Forum Discussion
anilp
8 years agoHelper I
Day Name & Week Number from Date Column
Hi All, I have a column in the table from data base called DATE I need to Extract Week Number & Day Name from the Date Column in Power BI 1. I tried using this formula Weekday Name =...
- 8 years ago
Hi,
Try using the following formula:
Weekday Name=FORMAT(Glance[Date - Copy], "dddd")
Hope it helps!
Regards
aavilap
8 years agoHelper I
Hi,
Try using the following formula:
Weekday Name=FORMAT(Glance[Date - Copy], "dddd")
Hope it helps!
Regards
qwertzuiop
6 years agoAdvocate III
Small change at the solution, because there were syntax errors at my formula
Weekday Name = FORMAT (Glance[Date]; "dddd" )
Cheers!
qwertzuiop