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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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])
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 76 | |
| 41 | |
| 26 | |
| 26 |