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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ziyabikram96
Helper V
Helper V

Cumulative running total of measure

Hello 

I want to find the running total of the mesure which i created , but it is giving me same value as measure. in Measure1 i counted the product then i want the runnig total of this product in meaues2 .

Meausre1= 

CALCULATE(DISTINCTCOUNT(CUSTOMERS[Customer Key]),USERELATIONSHIP(CUSTOMERS[Created Date],'CALENDAR'[Date]))
For Measure 2 i use this 
Measure2 =CALCULATE([Dist count Customer],FILTER(ALLSELECTED(CUSTOMERS),CUSTOMERS[Created Date] <= MAX(CUSTOMERS[Created Date])))
now i want running total i try many approch but faild. below is the output what i want. 

Month

Measure1Measure2 
Jan55 
Feb1015 
Mar520 
Total2020 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ziyabikram96 , Try like this

Measure2 =CALCULATE([Dist count Customer],FILTER(ALLSELECTED(CALENDAR),CALENDAR[Date] <= MAX(CALENDAR[Date])))

 

 

You should use month from date table in visual

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@ziyabikram96 , Try like this

Measure2 =CALCULATE([Dist count Customer],FILTER(ALLSELECTED(CALENDAR),CALENDAR[Date] <= MAX(CALENDAR[Date])))

 

 

You should use month from date table in visual

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

yes its working thanks 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.