Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |