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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have a measure that tracks the amount of Returns (by Return number...which is a text value). This works fine for tracking current number of RMAs (returns).
However, I need to determine what the total count was, one week ago. Tried several formulas but it keeps returning a "blank" value. Any help is appreciated!
Hi,
Try this measure
=calculate([Distinct Count of RMAs],datesbetween('Date Table'[Date],MAX( 'Date Table'[Date])-7,MAX( 'Date Table'[Date])-7))
In the date slicer (created from the Date Table, select any date.
Hope this helps.
@Ashish_Mathur Unfortunately Ashish that still returned a blank value.
I should clarify that I am looking for a cumulative total. If you look at the small segment of a bar chart I have, you will see that we have just entered Week 40 (today). Last week, the total return count was 869. The week before (week 38) it was 844.
So technically, the formula should return 869 (that was the cumulative total for week 39, the previous week), since we are now in week 40. So when I say "last week" it is just not just a simple "today minus 7 days" as that would be a rolling week. I need the cumulative total.
Hi,
I will need your PBI file to work with. Also, in the Calendar Table, please ensure that you have a column for the week number.
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 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 23 | |
| 23 |