Does anyone know why measures sum as a group in table visuals? Is there a way to change this behavior? Here is an example, It has 5 measure columns that only display one total under the last column. That total is the sum of all five columns.
Ar_Aging_Report.pbix (14.9 MB)
Attached is the PBIx file for the project I am working on. The bottom table is the one in question. I have seen this on other reports too.
Do I understand you correctly? Are you saying that for the measures to show totals correctly in the table, all columns in the table must be in the measure?
I am just getting back to this today. I still don’t understand what you are trying to tell me. I did however find out that the only one that has a total on it is the one looking for all the largest values. If I just turn the > sign around in this expression before the 120 it doesn’t return a sum: 120 days = IF([Invoice Age Today] > 120, IF([AmountOwed]>0,[AmountOwed],BLANK()),BLANK())
Thank you. That worked well in that PBI report. I have another one I tried a variation of it in and it did not work though. Can you take a look at this measure and tell me why this one does not show a sum and the other one did?