Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
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])
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |