Forum Discussion
SidsDataAnalyst
4 years agoRegular Visitor
DAX Related
Hi all, I am trying to used measure to show the sales value per mobile number ,but it is showing the total amount only. Any help will be appreciated. Thanks in Advance ...
speedramps
Super User
4 years agoSales values =
SUMX(
'Product delivered',
Product delivered[Quantity] * Product delivered[Price]
)
SidsDataAnalyst
4 years agoRegular Visitor
Thanks for the reply,
but still it's showing the total for each number
- speedramps4 years ago
Super User
Hi again SidsDataAnalyst
Try remove the auto summarise on the Product Delivered [Phone] and Product Delivered [Price] fields.
Then add a new visual and drag the Product Delivered [Phone], Product Delivered [Quantity] and the
Sales values = SUMX('Product delivered', Product delivered[Quantity] * Product delivered[Price]
Remember we are BI community voluntrees so please click the thumbs-up for me taking the trouble to help you and then accept the solution if it works. Thank you !