Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
I have weeknumber column WeekDay Colum and Year column, I have to find date for this.
Can you please help me.
Thanks!
Solved! Go to Solution.
Hi,
I will try to explain you with example.
-Below is the table with weeknumber,week day and year
Use the below DAX formula to generate the date.
I hope it's clear now.
@The8 ,
Your result is not correct sorry, 23/05/2023 was Tuesday and in result it is showing as Wednesday, which is not correct
Hi,
It depends on which date you are actually starting you week.
If you are starting your week on Sunday you have to modify the DAX formula as mentioning Sunday as 0 and if you arer starting you calander week on Monday then you can use the above mentioned DAX formula..
Hi,
I will try to explain you with example.
-Below is the table with weeknumber,week day and year
Use the below DAX formula to generate the date.
I hope it's clear now.
| User | Count |
|---|---|
| 51 | |
| 35 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 39 | |
| 21 | |
| 21 |