Forum Discussion

anilp's avatar
anilp
Helper I
8 years ago
Solved

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 =...
  • aavilap's avatar
    8 years ago

    Hi, 

    Try using the following formula:

     

    Weekday Name=FORMAT(Glance[Date - Copy], "dddd")

     

    Hope it helps!

    Regards