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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Yrstruly2021
Helper V
Helper V

All DAX calculations gives an error

Please assist. I tried to do calculations and it gives an error for all of them.

Yrstruly2021_0-1662207073528.png

I chnages the following DAX code to what i have in my tables:

Margins LQ = CALCULATE( [Profit Margins], DATEADD( Dates[Date], -1, QUARTER ) )
QoQ Sales Change = [Total Sales] - [Sales LQ]
Sales 1M MA =
AVERAGEX(
    DATESINPERIOD( Dates[Date], LASTDATE( Dates[Date] ), -1, MONTH ),
        [Total Sales] ) and
 
Cummulative Sales =
CALCULATE( [Total Sales],
    FILTER( ALLSELECTED( Dates ),
        Dates[Date] <= MAX( Dates[Date] )))
 
4 REPLIES 4
Yrstruly2021
Helper V
Helper V

I did that.

Yrstruly2021
Helper V
Helper V

I have hanged my data types, i believe it is correct now. Still i dont get data back, example: "

Sales LY = CALCULATE([Total Sales], DATEADD('Calendar table'[Date], -48,MONTH))"
 

Hi @Yrstruly2021 

https://we.tl/t-wvUyhckJ9W
The orders Created_DateTime column contains time in addition to date. Therefore, it matches zero dates in the calendar table. I have created a Created_Date column and linked it with Calendar[Date] and now your measure works. However, I noticed that the year slicer still have blanks, so I adjusted the start date of the calendar table to MIN ( Orders[Create_Date] ) but still have blanks. I believe your data model and requires an overall check to clean up everything.

1.png

tamerj1
Super User
Super User

Hi @Yrstruly2021 
You need to set the correct data type (Decimal) in power query 

1.png

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!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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