The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 number from that table based on todays date.
Any ideas would be extremely helpful!
Solved! Go to Solution.
I was just able to figure something out for this!
I was just able to figure something out for this!
Hi,
Does this measure work?
Week number of today = calculate(max(Dates[Week number]),datesbetween(Calendar[date],today(),today()))
Hi! i am getting this error. Any ideas how to fix this error?
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
Proud to be a Super User! | |
Date tables help! Learn more
No I already have columns for that. I am trying to get a visual to show what my current week is. Example below.
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |