Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did 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

Reply
squizzonk
Regular Visitor

Running Total Basic Issue

Ok, this should be simple, but I'm an amateur ... I created a quick measure running total where it should do a distinct count of the Username, and then caclulate the running total of that count over the UserCreatedDate1 field.  Should be compounding the running total over each month, instead i'm getting the full total 5517 repeated.  Formula doesn't seem to take into account the month.  Please help, thanks!

 

squizzonk_0-1653341803182.png

 

1 ACCEPTED SOLUTION
squizzonk
Regular Visitor

Figured it out ....
 
running total measure = CALCULATE(DISTINCTCOUNT(PBI_User_Region[Username]),
FILTER(ALL(PBI_User_Region),
PBI_User_Region[UserCreatedDate1] <= MAX(PBI_User_Region[UserCreatedDate1])
))

View solution in original post

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @squizzonk ,

 

Thanks for your feedback.😊

 

If the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out.


Best Regards,
Henry

squizzonk
Regular Visitor

Figured it out ....
 
running total measure = CALCULATE(DISTINCTCOUNT(PBI_User_Region[Username]),
FILTER(ALL(PBI_User_Region),
PBI_User_Region[UserCreatedDate1] <= MAX(PBI_User_Region[UserCreatedDate1])
))

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.