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
rmeng
Helper II
Helper II

Calculate Growth from table

I have a table like this:

 

table1.jpg

 

My measure are:

  • # Score = AVERAGE('Table'[Value])
  • # Score Education =
    CALCULATE (
    [# Score],
    FILTER (
    'Table',
    'Table'[Section] = "Education"
    )
    )
  • # Score Establishment =
    CALCULATE (
    [# Score],
    FILTER (
    'Table',
    'Table'[Section] = "Establishment"
    )
    )
  • Score Previous Month =
    CALCULATE (
    'SITE READINESS SECTION'[# Score],
    DATEADD ( 'DIM CALENDAR'[Date], -1, MONTH )
    )
  • Score Growth =[# Score]-[Score Previous Month]

When I add a table with measures and Archtype column the result is:

table2.jpg

 

The result should be like this :

table3.jpg

 

Can you help me with this?

Thanks

 

2 REPLIES 2
amitchandak
Super User
Super User

@rmeng , Hope you are taking date from date table in the visual and date in the table does not have timestamp.

 

Also, the date table is marked as a date table. https://www.youtube.com/watch?v=OBf0rjpp5Hw

 

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 I Have a Dimension calendar date column is a date.

Thanks

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.