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 moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hey everybody.
I have created a calculated measure summarizing the Total AR for the last 5 months. The formula is bellow:
Hi @Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
Hi @Anonymous ,
I can't figure out how to create column to meet your demand currently, while you can try to create measures like DAX below.
Period End = LASTDATE(VIEW_AR_MONTH[Derived Date])
Period Start= FIRSTDATE( DATESINPERIOD(VIEW_AR_MONTH[Derived Date], [Period End], -5, MONTH))
Sum Rolling 5 month = CALCULATE(SUM(VIEW_AR_MONTH[Total AR]),DATESBETWEEN ( VIEW_AR_MONTH[Derived Date], [Period Start], [Period End] ))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 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 |
|---|---|
| 22 | |
| 22 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 55 | |
| 54 | |
| 47 | |
| 26 | |
| 24 |