Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
cristianj
Helper IV
Helper IV

I think there is an error with this formula weekday

cristianj_0-1671709178702.png

 

Zi Luna Zi Sapt = day(buy_phone_details[CreatedAtRo])&"."&month(buy_phone_details[CreatedAtRo])&" - "&switch(weekday(buy_phone_details[CreatedAtRo]),2,"Luni",1,"Duminica",3,"Marti",4,"Miercuri",5,"Joi",6,"Vineri",7,"Sambata"), if the hour of the date is 23.59.59, the datediff says that the day number is in the next day
Anyone has this problem?
Thank you

 

2 REPLIES 2
amitchandak
Super User
Super User

@cristianj , You can get weekday names like

 

format([Date], "dddd")

 

you can use locale_name

yes, i get the number of weekdate, from plain date, whithout hour and minute, but i thought it was a mistake

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.