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

Correct total sum

Hello, 

I am having trouble with a formual its simple just multiplying Total - Actual column by the Target % to give me the Total # per below table in red. The sum however is not working its multiplying the sum of the percentages. 
I have the correct Target column below what its suppose to be.


Can someone help me modify my formula to get the correct sum please?

Target # =
                (SUMX(
                    FILTER(
                            'Data',
                            'Data'[Region] = "Canada"), [Total - Actual])
                            * [Target %]
                            )

 

 

Kryssy_1-1673419867616.png

 

1 REPLY 1
Mahesh0016
Super User
Super User

@Anonymous 

Target # =
                SUMX(
                    FILTER(
                            'Data',
                            'Data'[Region] = "Canada")
                            , [
Total - Actual]* [Target %]
)
                            
 
*If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.                        

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 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.