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
Elakiya
Regular Visitor

How to find MAT(Moving Annual Total) where Months are separate column.

I am new to Power BI. I want to find the MAT(Moving Annual Total) . I got result using below calculation in Table.

MAT (moving annual total) = CALCULATE(
SUM(TransactionData[Revenue]),
DATESINPERIOD(CalenderDate[Date],LASTDATE(CalenderDate[Date]),-1,YEAR)
)

But i want result in MATRIX format (ie) Each DATE Months are separated column. how to find it. 

 

Eg    Prod     Jan     Feb   Mar   

         abc       50     150   200

         efg       70        50   100

         xys       120    300   400

2 REPLIES 2
Greg_Deckler
Super User
Super User

Can you post example source data? Seems like you could put your formula in a measure versus a calculated column and achieve what you are looking for. Please try not to cross post. I have no idea if anyone has replied to your two or three other posts on this subject.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
Elakiya
Regular Visitor

I am new to Power BI. I want to find the MAT(Moving Annual Total) . I got result using below calculation in Table Format.

MAT (moving annual total) = CALCULATE(
SUM(TransactionData[Revenue]),
DATESINPERIOD(CalenderDate[Date],LASTDATE(CalenderDate[Date]),-1,YEAR)
)

But i want result in MATRIX format (ie) Each DATE Months are separated column. how to find it. 

 

Eg    Prod     Jan     Feb   Mar   

         abc       50     150   200

         efg       70        50   100

         xys       120    300   400

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.