Forum Discussion
markovuc
2 years agoRegular Visitor
What is the error? Pls help
Why SUMX measure with division calculation by row is different than divison formula results. For cheese for intance SUMX measure is 154,01 and for pure divide formula 43,17%.Where is the catch? Pls e...
Anonymous
2 years agoNot applicable
SUMX is going to sum all the DIVIDE values. That is sum percentages of each individual rows in the category not the overall percentage. If you added an attribute to the table from the fact table, you would see the individual rows to make up the totals.
What is the goal of the measure SUMX?
markovuc
2 years agoRegular Visitor
Goal was to write alternative code. đâšī¸ Thanks for the answer.