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
Anonymous
Not applicable

Dateadd function returns wrong values

Hi,

I created a measures with a dateadd function which should return the sales of the prior year. The formular entered is

UmsatzVJ = CALCULATE(SUM('Extrakt SAA'[Umsatz]);DATEADD(Kalender[Datum];-1;YEAR)).

 

I have a own table for the calendar (Kalender) which is linked to the sales table(Extrakt SAA). Date coloums in both tables are formated as date. The Kalender table has no gap and includes all dates of the sales table.

 

The problem is that the formular above returns the same figures in prior year and current year. There is no message error.

 

For exampel:  Year  sales    sales-last year

                       2012  1,000     1,000

but prior year was 900???

 

Maybe someone has an idea what is going wrong?

 

Thank you in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thank you for you support but I found the error.

 

In the visuals I selected the date coloumn from the sales table instead of the Kalender table. This means when I select a year in my visual values are filtered to that single year and the values of the prior year are not in the table. I changed the fields and now it's working perfect.

 

Thank you again for your help.

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Thank you for you support but I found the error.

 

In the visuals I selected the date coloumn from the sales table instead of the Kalender table. This means when I select a year in my visual values are filtered to that single year and the values of the prior year are not in the table. I changed the fields and now it's working perfect.

 

Thank you again for your help.

Ashish_Mathur
Super User
Super User

Hi,

 

What result do you get when you try this

 

=CALCULATE(SUM('Extrakt SAA'[Umsatz]);PREVIOUSYEAR(Kalender[Datum]))

Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi,

 

No error message but blank values only.

Hi,

 

Share the link from where i can download your workbook.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Which table is your "year" in the visual coming from?  Is it from your calendar table?



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
Anonymous
Not applicable

Thank you, you were right. I have to change my date fields in the slicer it's coming from the sales table.

 

Thank you again

Anonymous
Not applicable

Hi,

Yes it is from the calender table. I tryed to change the realitonsship, sorted the date column but the result did not change.

 

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.

Top Solution Authors