Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi Community!
I have made some measures and when I put them in a matrix, one of the measures total is wrong.
The "nedskrivning" measure is:
And the measure for "Grundlag", which is included in above screen dump, is:
"Værdi" looks like :
"The measure for "Reduktion" is:
I hope anyone can help me
Best regards
Rune
Solved! Go to Solution.
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
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
Thanks, it worked perfecly!
@Anonymous , Try like measure like and check
sumx(values(Table[kuranskodeny]), [nedskrivning])
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 56 | |
| 43 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 108 | |
| 44 | |
| 32 | |
| 24 |