Forum Discussion
undefined
- Anonymous2 years ago
Hi Aruna4584
Based on your needs, I have created the following table.
Then you can use the following dax to calculate the week of the current date.
Weeknum = WEEKNUM([Date])Then you can create two slicers, putting "weeknum" and "category" into each of them.
Select the number of weeks and the type of leave you want to view, and the name of the corresponding employee will be displayed.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Aruna4584
Can you provide detailed sample pbix file and the results you expect.So that I can help you better. Please remove any sensitive data in advance.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Aruna45842 years agoNew Member
It will look like this
ā
xyz wfh planned lea
- Anonymous2 years agoNot applicable
Hi Aruna4584
Based on your needs, I have created the following table.
Then you can use the following dax to calculate the week of the current date.
Weeknum = WEEKNUM([Date])Then you can create two slicers, putting "weeknum" and "category" into each of them.
Select the number of weeks and the type of leave you want to view, and the name of the corresponding employee will be displayed.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.