Forum Discussion
ebrownretail
2 years agoResolver I
Show Currenet Week
I am trying to get a visual to show me what my current week number is. I have a DATES table that has the correct fiscal week numbers already listed, but i am not sure how to bring the fiscal week num...
- 2 years ago
I was just able to figure something out for this!
Curr WK # =CALCULATE(MAX(Dates[Fiscal Week]),FILTER(Dates,Dates[Date] = TODAY()))This will tell you what your current week# is based on today's date. Just wanted to share
Joe_Barry
2 years agoSolution Sage
Hi ebrownretail
in power query, highlight the date column in your table. Then in the ribbion go to add column. There is an option called date and within there you can choose week, week of the year.
hope this helps
Joe
ebrownretail
2 years agoResolver I
No I already have columns for that. I am trying to get a visual to show what my current week is. Example below.