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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mohammedkhan
Helper I
Helper I

Year on Year Change in Population

I have Country, Year and Total Population Measure in the population Table,

I want to know the difference of Population Year on Year in figures as well as in percentage)

 

Year Pop.JPG


I have tried mention below attempts.

Created the 
(mention below date year is into the different table where i have connected it with population) the formula doesnt give any error but when 

Attempt #1 
PrevisouYear Pop = [Total Population] - PREVIOUSYEAR('Date'[Year])

Capture1.JPG
 
Attempt # 2 
Same Period Last Year pop = CALCULATE(SUM(Populat[Population]) - CALCULATE(SUM(Populat[Population]),SAMEPERIODLASTYEAR('Date'[Year])))
 
Capture1.JPG
 
Attempt #3
 
Created 1st Measure  
TotalPopulationLY = CALCULATE([Total Population], SAMEPERIODLASTYEAR('Date'[Year]))
Created 2nd Measure
Diff B/w LYPop = IF(ISBLANK([TotalPopulationLY]), BLANK(), [Total Population] - [TotalPopulationLY])
 
Dragged the Diff B/w LYPop and still shows me the same error 
 
regards,
Muhammad
 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello Muhammad,

 

SAMEPERIODLASTYEAR requires a column containing dates. Your 'Date'[Year] column does probably not contain date values. Try using 'Date'[Date] (if possible) instead.

 

Regards,

Moritz

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hello Muhammad,

 

SAMEPERIODLASTYEAR requires a column containing dates. Your 'Date'[Year] column does probably not contain date values. Try using 'Date'[Date] (if possible) instead.

 

Regards,

Moritz

How should i get the difference for each year? @Anonymous 

Anonymous
Not applicable

I am not sure what you mean. If you drag the measure into the visual, does it not display the correct difference for each year? 

Wow, this worked, thank you Moov 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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