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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
SheldonEdwards
Frequent Visitor

WEEKNUM Function not working in DirectQuery Mode

Hi, Good day

 

I dont understand why WEEKNUM Function is not working (but is also working) in the same table in DirectQuery Mode?

 

WEEKNUM Function working perfectlyWEEKNUM Function working perfectly

WEEKNUM Function not workingWEEKNUM Function not workingBoth WEEKNUM Functions exist in same tableBoth WEEKNUM Functions exist in same table

Thanks

 

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

 Hi @SheldonEdwards,

 

Based on my research test, it seems to be that WEEKNUM function won't work with return_type 2 with Direct Query mode currently. It works fine with retrun_type 1, and 21.

Week = WEEKNUM(Date[Date],1)
Week = WEEKNUM(Date[Date],21)

In addition, here is a similar thread for your reference. Smiley Happy

 

Regards

View solution in original post

1 REPLY 1
v-ljerr-msft
Employee
Employee

 Hi @SheldonEdwards,

 

Based on my research test, it seems to be that WEEKNUM function won't work with return_type 2 with Direct Query mode currently. It works fine with retrun_type 1, and 21.

Week = WEEKNUM(Date[Date],1)
Week = WEEKNUM(Date[Date],21)

In addition, here is a similar thread for your reference. Smiley Happy

 

Regards

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.