Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a data similar to the one above -
I need to have two slicers - "Person" and "weeks".
For example - if I select week - "20" and "a"
I need to display -" the runs for that(20) week", "the previous(19) week" and the runs for the "next 4 weeks(21-25)". Also I need to display the average of the past 6 weeks.
Any help would be greatly appreciated.
Thanks!!
Dear @Anonymous
There is only one possible way to achieve this by creating the column and duplicate the data as per you requirements.
This is not the exact solution but you can achieve something like this.
| Week | Duplicate Week | Runs | Person |
| 20 | 19 | 1 | a |
| 20 | 20 | 2 | a |
| 20 | 21 | 3 | a |
| 20 | 22 | 4 | a |
| 20 | 23 | 5 | a |
| 20 | 24 | 6 | a |
| 20 | 25 | 7 | a |
Regards
Munna
Thanks for the reply but this doesn't seem to satisfy my requirement.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.