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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
yamina
Frequent Visitor

dax problem

Hello 

 

Can you help me to solve this issu please ? 

In the card I want to show the result of the previous year in the same period YTD n-1 51246 

yamina_0-1719838493432.png

And the details show this 

yamina_1-1719838657574.png

 

1 ACCEPTED SOLUTION
v-yilong-msft
Community Support
Community Support

Hi @yamina ,

First of all I think the SAMEPERIODLASTYEAR function requires the Date data type, which is the reason for the wrong result you reported.

I create a table as you mentioned and make it as a matrix.

vyilongmsft_0-1720148260266.png

vyilongmsft_1-1720148275139.png

Then I create a measure and here is the DAX code you can refer.

YTD n-1 = 
CALCULATE(SUM('Table'[Total]), 'Table'[Year] = 2023)

vyilongmsft_2-1720148367353.png

 

 

 

 

Best Regards

Yilong Zhou

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

View solution in original post

3 REPLIES 3
v-yilong-msft
Community Support
Community Support

Hi @yamina ,

First of all I think the SAMEPERIODLASTYEAR function requires the Date data type, which is the reason for the wrong result you reported.

I create a table as you mentioned and make it as a matrix.

vyilongmsft_0-1720148260266.png

vyilongmsft_1-1720148275139.png

Then I create a measure and here is the DAX code you can refer.

YTD n-1 = 
CALCULATE(SUM('Table'[Total]), 'Table'[Year] = 2023)

vyilongmsft_2-1720148367353.png

 

 

 

 

Best Regards

Yilong Zhou

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

yamina
Frequent Visitor

@Greg_Deckler 

 

Thank you for  you quick feedback but I try to use DATEADD also, but it doesnt't work. the same error appears

yamina_0-1719841738073.png

 

yamina_1-1719841785576.png

 

Greg_Deckler
Super User
Super User

@yamina You may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000

Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...

 

And especially this alternative to SAMEPERIODLASTYEAR: To **bleep** With DATEADD - Microsoft Fabric Community



Follow on LinkedIn
@ 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!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.