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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.