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
KaylaJV
New Member

Total not what I need it to be

Hi All, 

 

I have a very complicated dashboard I have taken over from someone and I am still new to PowerBI 

 

The total below should show $49,197,123.91 which the rows equal to. How can I change it so this happens. 

 

KaylaJV_2-1657517840750.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @KaylaJV ,

 

Create another measure like below and use it in visual instead.

measure =
IF (
    ISINSCOPE ( Table[No & Name] ),
    [actual],
    SUMX ( VALUES ( Table[No & Name] ), [actual] )
)

 

Best Regards,

Jay

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @KaylaJV ,

 

Create another measure like below and use it in visual instead.

measure =
IF (
    ISINSCOPE ( Table[No & Name] ),
    [actual],
    SUMX ( VALUES ( Table[No & Name] ), [actual] )
)

 

Best Regards,

Jay

amitchandak
Super User
Super User

@KaylaJV ,Change Return

 

Return

Sumx(Values(Table[No & Name]),z)

 

Also, check

https://www.youtube.com/watch?v=ufHOOLdi_jk

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Doesnt seem to work. 

KaylaJV_0-1657522408632.png

 

@KaylaJV , All you column used in matrix

 

Sumx(Summarize(Table[No & Name], Table[Col1], Table[Col2]),Calculate(z) )

 

 

Sumx(Addcolumns(Summarize(Table[No & Name], Table[Col1], Table[Col2]), "_1",Calculate(z) ), [_1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.