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

The total in table is incorrect

novieee_0-1688524679838.png

I have my table here and the individual data from each day is correct but when it comes to total it is now incorrect
the correct total should be 2,987,684

novieee_1-1688524773503.png

 

EXPPlatesPOS_UsableABARun =
VAR previousDate = PREVIOUSDAY(CalendarTable[Date])
Var prodPlates = CALCULATE(
    SUM('Load Plan'[4_Allocation2]),
    'Load Plan'[4_Cast/Exp] = "POS-EXP",
    previousDate
)
VAR ExpPlates = CALCULATE(
    SUM('Load Plan'[4_Allocation (pos plates)]),
    'Load Plan'[4_Cast/Exp] = "POS-EXP"
)
RETURN ExpPlates+ prodPlates

novieee_2-1688524799784.png

using slicer to get the dates

thankyou!



1 ACCEPTED SOLUTION
novieee
Frequent Visitor

Figured it out. 

novieee_0-1688527261663.pngnovieee_1-1688527286388.png

 

View solution in original post

1 REPLY 1
novieee
Frequent Visitor

Figured it out. 

novieee_0-1688527261663.pngnovieee_1-1688527286388.png

 

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.