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
I am having troubles getting my totals to add correctly in my matrix. Here are my DAX measures:
Hi @Anonymous ,
If you provide us with a sample data it would be great, because I did not get exactly what you mentioned.
Btw, as it is about a total problem, you need to
1-Use SUMMARIZE Function and Put it in SUMX. Like:
SUMX (
SUMMARIZE ( 'YourTable', 'YourTable'[Column1], 'YourTable'[Column2],... ),
[YourMeasure]
)
If this solves your question, Please give it a thumbs up and accept it as a solution to make it easier for the others to find what they are looking for.
Regards,
Loran
I added a link to my data tables in the original post. I tried your solution and got the below:
@Anonymous ,
Yes but that link does not contain all your tables to check your measures based on them.
How did you write the SUMX over SUMMARIZE? It should work.
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 |
|---|---|
| 22 | |
| 13 | |
| 10 | |
| 6 | |
| 5 |