Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I have a text column called 'Week Indicator' that I want to create based on date values between last week and this week.
If the date is in last week then value = 'Last Week'
If the date is in this week then value = 'This Week'
What is the best way to do this?
I can't seem to use the query Date.IsInPreviousWeek for some reasoonm in the column function..
Solved! Go to Solution.
Hi guys,
Thanks for thereplies.
Yes v-caliao-msft, you are correct there is no function to find date in current week which is pretty annoying.
That said, I turned to power query and just added a new column with those existing methods:
Date.IsInCurrentWeek
Date.IsInPreviousWeek
based on this thread: http://community.powerbi.com/t5/Desktop/Add-column-for-Last-Week-to-table/m-p/157463#M68286
@Anonymous,
In Power query, there is Date.IsInCurrentWeek functin that returns a logical value indicating whether the given Date/DateTime/DateTimeZone occurred during the current week, as determined by the current date and time on the system.
To check if the date is in previous week, there is no such a function to achieve this directly. You need to return the week number and previous week number, and check if the week number=previous week number. We can use Date.WeekOfYear function in Power query to get the week number.
Regards,
Charlie Liao
Hi guys,
Thanks for thereplies.
Yes v-caliao-msft, you are correct there is no function to find date in current week which is pretty annoying.
That said, I turned to power query and just added a new column with those existing methods:
Date.IsInCurrentWeek
Date.IsInPreviousWeek
based on this thread: http://community.powerbi.com/t5/Desktop/Add-column-for-Last-Week-to-table/m-p/157463#M68286
hi @Anonymous
Have a look at this solution which should enable you to create the columns that you need.
You can then use the columns IsInCurrentWeek and IsInLastWeek
https://community.powerbi.com/t5/Desktop/Display-this-week-amp-this-month-data/m-p/11207#M2459
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 |
|---|---|
| 50 | |
| 44 | |
| 42 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 32 | |
| 32 | |
| 32 |