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