Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Dear,
I have a table which is linked to a TimeTable. The table holds column 'Year' and 'name_active'. What I want to achieve is to list the number of distinct 'name_active' per year, but the number must be cumulative. I thought I have found it, but for year 1977, it goes wrong :
These are the measures I used:
I have also tried following measure, but no correct result:
Total name_active running total in YEAR =
CALCULATE(
 [Total name_active];
 FILTER(
  ALL('TimeTable'[YEAR]);
  'TimeTable'[YEAR]<= MAX('TimeTable'[YEAR]))
 )
Can someone please help?
Thank you in advance.
Kind regards,
Bart
See if my Time Intelligence The Hard Way Quick Measure helps at all:
If not, post your data in a format that can be copied and pasted. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |