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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Solle
Helper III
Helper III

Total for percentage calculation

Hi, 

I am struggeling a bit with calculating the totals across all my "aktivklasse" as I have a date filter, which should be taken into account. 

Solle_0-1678188094976.png
I have tried to using this formula, but with no effect.

MV Ultimo inkl. Accrued Interest Total =
Calculate(
    SUM(FactAfkast[MV Ultimo inkl. Rente]),
    ALLSELECTED(DimDate[Date])
)

What I want to achive is
AktivklasseMV Ultimo inkl. accrued interestMV Ultimo inkl. Accrued Interest Total
Asset Class 115.202.495.840,0535.762.346.770,72
Asset Class 24.395.622.891,9035.762.346.770,72
Asset Class 37.591.033.319,9835.762.346.770,72
Asset Class 41.257.104.088,7635.762.346.770,72
Asset Class 54.597.048.681,1335.762.346.770,72
Asset Class 661.798.625,1435.762.346.770,72
Asset Class 72.657.243.323,7635.762.346.770,72


Hope someone can help me out.

Best Regards,

 

1 ACCEPTED SOLUTION

hi @Solle 

how about this:

MV Ultimo inkl. Accrued Interest Total =
Calculate(
    SUM(FactAfkast[MV Ultimo inkl. Rente]),
    ALL(FactAfkast),
    ALL(DimDate),
    VALUES(DimDate[Date])
)

 

View solution in original post

4 REPLIES 4
FreemanZ
Super User
Super User

hi @Solle 

try simply:

MV Ultimo inkl. Accrued Interest Total =
SUM(FactAfkast[MV Ultimo inkl. Rente])

 

or?

hi @FreemanZ

Thank you for your response - Unfortunately this does not solve the problem. 

Do you have any other suggestions?

hi @Solle 

how about this:

MV Ultimo inkl. Accrued Interest Total =
Calculate(
    SUM(FactAfkast[MV Ultimo inkl. Rente]),
    ALL(FactAfkast),
    ALL(DimDate),
    VALUES(DimDate[Date])
)

 

Hi @FreemanZ,

Appreciate your help this seems to have solved the issue. 

Thank you and have a nice day 🙂

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.