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
 
					
				
		
Hi Experts
Kindly refer to DimDate Table and Visual in First Tab. I am Getting two lots of week commencing values in my table visualsartion...Cannot see why and where the error is..
Sees Sample file
https://www.dropbox.com/s/0uyn8c6feqra1bs/Test_.pbix?dl=0
Solved! Go to Solution.
@Anonymous , Correct lastest month like
Latest Month = eomonth(maxx(allselected('DimDate'), 'DimDate'[Date]),0)
And all three measures like this example
Crim = 
VAR LatestMonthSum =
CALCULATE ( SUM ( 'Test Data_'[cr03a_reportsmade] ),'Test Data_'[IsCurrentYear] = TRUE() ,
FILTER(
'Test Data_',eomonth('Test Data_'[cr03a_period],0)
=[Latest Month]
)
)
Return
@Anonymous , Correct lastest month like
Latest Month = eomonth(maxx(allselected('DimDate'), 'DimDate'[Date]),0)
And all three measures like this example
Crim = 
VAR LatestMonthSum =
CALCULATE ( SUM ( 'Test Data_'[cr03a_reportsmade] ),'Test Data_'[IsCurrentYear] = TRUE() ,
FILTER(
'Test Data_',eomonth('Test Data_'[cr03a_period],0)
=[Latest Month]
)
)
Return
Solved it not to worry - thanks once again
Still getting double week commencing values test it for yourself.
 
					
				
				
			
		
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 | 
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |