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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors