Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
How do i create this:
Two buttons, one that lets me go back 1 week and one that lets me go forward 1 week, while displaying the calender week in the middle?
Solved! Go to Solution.
Hi @LukasPardon ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a calculated column.
Week = WEEKNUM('Table'[date],2)
Refer : WEEKNUM function (DAX) - DAX | Microsoft Learn
(3) Use this calculated column as a slicer and format it as shown below.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@LukasPardon , Create slicer as tile or orientation as horizontal. and give space for only 1 title
when you move
What data would i use in the values field? I have a lot of data that uses individual dates (DD,MM,YYYY) and i somehow need to connect it to the slicer, so that i knows what dates correspond to what weeks.
Hi @LukasPardon ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a calculated column.
Week = WEEKNUM('Table'[date],2)
Refer : WEEKNUM function (DAX) - DAX | Microsoft Learn
(3) Use this calculated column as a slicer and format it as shown below.
Best Regards,
Neeko Tang
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 |
---|---|
79 | |
78 | |
59 | |
36 | |
33 |
User | Count |
---|---|
94 | |
61 | |
56 | |
49 | |
41 |