Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I'm using the native function "WEEKNUMBER" which should return the week number of a date in the year. However i realized that the returned number doesn't makes sense considering the two return options.
Example: Considering the day 02/11/2017, which belongs to week 44 of the year 2017 and its a thursday, the function WEEKNUMBER("02/11/2017";2) returns 45 as week number and WEEKNUMBER("02/11/2017";1) returns week 44. Both should return the same value as this day is a thurdsday, despite begining on monday (2) or on sunday (1). I'm I missing something?
Thank you in advance.
Solved! Go to Solution.
It's because the start of Calendar Year 2017 was a Sunday.
You'll see here, the 2nd column uses the "2" parameter and pushes the 2nd day of the year into week 2. While week 2 doesn't start until the 8th of Jan for the "1" parameter (the middle column)
It's because the start of Calendar Year 2017 was a Sunday.
You'll see here, the 2nd column uses the "2" parameter and pushes the 2nd day of the year into week 2. While week 2 doesn't start until the 8th of Jan for the "1" parameter (the middle column)
Seems you've found a bug. I tested and got the same results. Also tried FORMAT and got the right number. Odd stuff
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 69 | |
| 39 | |
| 35 | |
| 23 |