Forum Discussion
Total in Table Not showing
- 5 years ago
Read my article here. https://exceleratorbi.com.au/use-sum-vs-sumx/#totals
Assuming your columns process A and Process B are in the same table along with the data, try this
=SUMX(summarize(tableName,TableName[Process A],TableName[Process B]), CALCULATE(whatever you have already written in your measure goes here))
- 5 years ago
It's hard to say without seeing the model. I can now see there are at least 2 tables, maybe more. It's impossible to say without seeing the tables, relationships, which columns are in each table, and what the quality score measure is.
Hello jeromeianmpbi ,
Does the Quality Score and Weighting column are the Actual columns of the table? or this are also the calculated filed/measures.
As I can see the total of Quality Score 99.55% which doesn't seem the total
Hi.
Quality Score is a calculated measure (not a column) in the same table. it is then multiplied into weighting found in another table. The logic is that for every Process A has it's own weight (example Core =0.2, BP= 0.1)