Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi
Iam new to power bi.
I have leave tracker in Excel for a month.
We have planned leaves sick leaves wfh category in that excel.
I need to show in my power bi dashboard, names of employee for each category for the current working week
How can I make this measure.
Can anyone help
Solved! Go to Solution.
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.
It will look like this
xyz wfh planned lea
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |