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
Loan
Frequent Visitor

Dynamic SAMEPERIODLASTYEAR with slider filter

Hello,

 

I'm strugeling wirth a issue in my powerbi inventory reporting.


My inventory number ("Flux" here) is a sum from the begining of my table.

With the Date ("DateDone" here) in a filter/slider, i can see the data of my inventory for a product at a specific period, but i would like to see also the inventory of this product at the same date for the last year.

Loan_0-1631894527785.png

 


With the dax formula "SAMEPERIODLASTYEAR"

LY FLUX = CALCULATE(SUM('odoo StockMove'[Flux]),SAMEPERIODLASTYEAR('odoo StockMove'[DateDone].[Date]))

the issue is that the date and the Flux sum returned is always the last date of the previous year

 

 

So for the 01/09/2021, the last year Flux ("LY Flux") will be the sum of the 31/12/2020, not the 01/09/2020

Loan_1-1631894592698.png

 


Can you help me with that please ?
Best regards

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

Hi @Loan ,

 

SAMEPERIODLASTYEAR is a time intelligence function,you'd better first create a calendar table then create a relationship between the date table and the fact table.

Finally using below expression instead.

LY FLUX = CALCULATE(SUM('odoo StockMove'[Flux]),SAMEPERIODLASTYEAR('Calendar'[Date]))

Check below examples:

https://databear.com/power-bi-dax-sameperiodlastyear-paralellperiod-and-dateadd/

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

View solution in original post

2 REPLIES 2
v-kelly-msft
Community Support
Community Support

Hi @Loan ,

 

SAMEPERIODLASTYEAR is a time intelligence function,you'd better first create a calendar table then create a relationship between the date table and the fact table.

Finally using below expression instead.

LY FLUX = CALCULATE(SUM('odoo StockMove'[Flux]),SAMEPERIODLASTYEAR('Calendar'[Date]))

Check below examples:

https://databear.com/power-bi-dax-sameperiodlastyear-paralellperiod-and-dateadd/

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

Greg_Deckler
Super User
Super User

@Loan 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...


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

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.