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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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