Forum Discussion
Fixed LOD
Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. As most us not so familar Tableau .
Please try
Fixed Item = CALCULATE(SUMX(ASC,ASC[ItemAttributes_ITEMDIM.ITEM_COST]*ASC[QUANTITY_RATE]), ASC[ORGCODE] = "SGW")
- Anonymous5 years agoNot applicable
Hello amitchandak it's still not working and it's giving me same result from the formula i had first.
- amitchandak5 years agoSuper User
Anonymous , I think you need multiplication at some level say item
try like
Fixed Item = CALCULATE(sumx(values(ItemAttributes_ITEMDIM[ITEMDIM])calculate( SUM(ASC[ItemAttributes_ITEMDIM.ITEM_COST])*Sum(ASC[QUANTITY_RATE]))), ASC[ORGCODE] = "SGW")
Can you share sample data and sample output in table format?
- Anonymous5 years agoNot applicable
Still won't work. I just need to multiply the ITEM COST by the Quantity for those item that are ORG = SGW...