Forum Discussion
claudirnava
2 years agoFrequent Visitor
No totaliza
TEngo el siguiente problema, he creado esta medida para poder traer un % si se cumple una condición de ventas totales, país, cliente y código de producto, use lo siguiente: %GTNPlaza = VAR ven...
amitchandak
Super User
2 years agoclaudirnava , You need provide some row context
example
GTN Plaza = Sumx(Table, [P1] * [Sell-Out])
GTN Plaza = Sumx(values(Table[Visual Column]), [P1] * [Sell-Out])
GTN Plaza = Sumx(Summarize(Table, Table[Visual col1], Table[Visual Col2]), [P1] * [Sell-Out])
claudirnava
2 years agoFrequent Visitor
It work but the calculation is incorrect the correct calcules in the one highlited in yellow (GTN Total) the GTN adjusted I used the formula provided but the numbers are incorrect