We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
I have the following matrix that shows month, month week, no. of working days and I am calculating expected claims by doing (no. of working days)*(Sum of expected claims per day). The first way (Expected Claims $000) is by creating a measure which gave me the correct values, however, the grand total is wrong, instead of summing the three months subtotals, it's calculating the total using the sum of both fields.
The second way the last row is by creating calculated column, which is giving me the correct grandtotal but not the correct values for each month week. Could someone please help/advice on how to get the values how they appear the first way and grand total how it appears using the second way?
Solved! Go to Solution.
Hi,
Try this measure
Measure = SUMX(VALUES(Calendar[Month week]),[Expected claims $000])
Hope this helps.
Hi,
Try this measure
Measure = SUMX(VALUES(Calendar[Month week]),[Expected claims $000])
Hope this helps.
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
71 | |
57 | |
51 | |
45 |