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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
DenisStyrt
Helper II
Helper II

LTM Calculation on a measure

Hi, I am trying to create an LTM calculation based on another calculated measure.
Here is the sample data:

V1.jpg

Lost Logos in Q formula is(working as expected):

if([New Logo In Q]>0,[New Logo In Q]-([Total Logos]-[Number of Logos previous Q]),BLANK())
 
Lost Logos LTM V2 formula is(not working and just giving me the same numbers): 
CALCULATE([Lost Logos in Q],DATESINPERIOD(Account_Vs_Month[Date Beginning Of Month],MAX(Account_Vs_Month[Date Beginning Of Month]),-12,MONTH))
I tried many other combinations but always recive the same values and not the LTM sum.
Wanted result is:
V2.jpg
 
Any help will be much appreciated 

 

2 REPLIES 2
v-janeyg-msft
Community Support
Community Support

Hi, @DenisStyrt 

 

It’s my pleasure to answer for you.

According to your description,There is no problem with your formula,so the problem may appear in your data or visual.

Could you mind providing some sample data with onedrive or others? So we can help you soon.

Best Regards

Janey Guo

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@DenisStyrt , You calculation is not very clear to me but you can take advantage of Time Intelligence and date table

 

example


QTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESQTD(('Date'[Date])))
Last QTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESQTD(dateadd('Date'[Date],-1,QUARTER)))

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

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

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.