This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All
I have dataset like below table
Reference File : Rolling 12 month (.pbix)
| Month Start Date | # New Client | # Chrun Client | Type of Revenue |
| 01-12-2018 | 2 | Non Recurring | |
| 01-12-2018 | 30 | Recurring | |
| 01-01-2019 | 2 | Non Recurring | |
| 01-01-2019 | 1 | Recurring | |
| 01-02-2019 | 2 | Non Recurring | |
| 01-03-2019 | 3 | Recurring | |
| 01-04-2019 | 1 | Recurring | |
| 01-05-2019 | 4 | 2 | Recurring |
| 01-06-2019 | 3 | Recurring | |
| 01-07-2019 | 1 | Non Recurring | |
| 01-07-2019 | 3 | Recurring | |
| 01-08-2019 | 7 | Non Recurring | |
| 01-08-2019 | 1 | 1 | Recurring |
| 01-09-2019 | 1 | Non Recurring | |
| 01-09-2019 | 11 | 1 | Recurring |
| 01-10-2019 | 2 | Non Recurring | |
| 01-10-2019 | 2 | Recurring | |
| 01-11-2019 | 3 | Non Recurring | |
| 01-11-2019 | 10 | 2 | Recurring |
| 01-12-2019 | 3 | Non Recurring | |
| 01-12-2019 | 11 | 1 | Recurring |
| 01-01-2020 | 5 | 2 | Recurring |
| 01-02-2020 | 1 | Non Recurring | |
| 01-02-2020 | 4 | 2 | Recurring |
| 01-03-2020 | 1 | Recurring |
i want to create two measure
Ending Client & Starting Client
# Starting Client = Previous Month of # Ending Client Value
# Ending Client = (# Starting Client + # New Client) - # Chrun Client
i have created master calendar by using Month start date
i want to show rolling 12 month value based on selected month
if i selected Month Filter value is Mar-2020 and Type of Revenue = Recurring i want to show rolling 12 month value like below image
@Anonymous
If you want to find the previous 12 month value based on your filtered date, you can have the solutions here:
https://community.powerbi.com/t5/Desktop/Show-last-13-months-based-on-user-single-slicer-selection/m-p/64214#M26525
https://community.powerbi.com/t5/Desktop/12-Months-Rolling/td-p/579538
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the Replay,
i can't achive Rolling 12 month # Starting Client Value (=Previous Month #Ending client Value)
i have attached file. can you please help me to fix this issue..
Reference File : Rolling 12 month (.pbix)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |