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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Wrong totals

Hi Community!

I have made some measures and when I put them in a matrix, one of the measures total is wrong.

Melgaardiversen_0-1606806477869.png

The "nedskrivning" measure is:

Melgaardiversen_1-1606806549227.png

And the measure for "Grundlag", which is included in above screen dump, is: 

Melgaardiversen_2-1606806694420.png


"Værdi" looks like : 

Melgaardiversen_3-1606806729549.png

"The measure for "Reduktion" is: 

Melgaardiversen_4-1606806896393.png


I hope anyone can help me


Best regards
Rune



 

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @Anonymous 

Try this measure based on the one you already have:

Nedskrivning TOT =
SUMX ( DISTINCT ( Table1[Kuranskode ny] ), [Nedskrivning] )

This assumes you want to add up the rows. If not, change the iterator.

It'd be better if you show the pieces of code in plain text (using the </> button to instert them without losing the formatting) rather than on screen captures

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

 

View solution in original post

3 REPLIES 3
AlB
Community Champion
Community Champion

Hi @Anonymous 

Try this measure based on the one you already have:

Nedskrivning TOT =
SUMX ( DISTINCT ( Table1[Kuranskode ny] ), [Nedskrivning] )

This assumes you want to add up the rows. If not, change the iterator.

It'd be better if you show the pieces of code in plain text (using the </> button to instert them without losing the formatting) rather than on screen captures

 

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

 

Anonymous
Not applicable

Thanks, it worked perfecly!


amitchandak
Super User
Super User

@Anonymous , Try like measure like and check

sumx(values(Table[kuranskodeny]), [nedskrivning])

 

refer : 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

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.