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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JørgenWulff
Frequent Visitor

Simpel DAX code does not work - even that I found the code on SQLBI and is old code for my files

Hi usergroup

I have a small code of DAX, but for some reason it will not accept my YEAR argument in DATEADD. I have experienced similar issues with other DAX Expressions lately. I have a suspicion that it is due to me doing training with danish settings in some Power BI templates, but in other I use English settings.

But can anybody either explain, what is wrong with the DAX or tell me why is this happens and how to solve it? (I have tried to change to ; but that did not help)

 

JrgenWulff_0-1659536678424.png
Best regards
Jørgen

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @JørgenWulff ,

 

As far as I know, your calcualte logic should be correct. Here I create a sample to have a test and it works well.

RicoZhou_0-1659940982934.png

You can use my code and try again.

 

Measure = 
CALCULATE([Total Amount],DATEADD( 'DimDate'[Date],-1,YEAR))

 

Best Regards,
Rico 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

1 REPLY 1
Anonymous
Not applicable

Hi @JørgenWulff ,

 

As far as I know, your calcualte logic should be correct. Here I create a sample to have a test and it works well.

RicoZhou_0-1659940982934.png

You can use my code and try again.

 

Measure = 
CALCULATE([Total Amount],DATEADD( 'DimDate'[Date],-1,YEAR))

 

Best Regards,
Rico Zhou

 

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

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors