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

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

Reply
NaveenYa
New Member

Add Matrix numbers

Below is the matrix and looking for the result of addition of 1st month and 2nd month and 3rd month as on 

 

NaveenYa_0-1691468841561.png

 

1st month is 1.12%+6.81%+12.43% so on

2nd month is 43.88%+38.99+55.11% so on

Continuously till bottom and right side

 

Result should be look like as per below

NaveenYa_3-1691470027574.png

 

 

 

1 REPLY 1
whitch
Resolver I
Resolver I

I can't tell whether you have a [Service Year] column (which contains 202007, 202008, 202009 etc.) or whether you actually have columns in the underlying data called 202007, 202008, 202009 etc.  If the latter, unpivot in Power Query so we're just working with two columns, 'Payment' and 'Service'.  I will further assume that these two columns are in the same table. 

Now create a new calculated column which works out the months difference between payment and service.  This will be something like this:

OffsetMonths = (VALUE(LEFT([Payment],4)) - VALUE(LEFT([Service],4))) * 12 + VALUE(RIGHT([Payment],2)) - VALUE(RIGHT([Service],2))

These are the rows in the result matrix you're looking for.

Helpful resources

Announcements
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.

Top Solution Authors
Top Kudoed Authors