Forum Discussion
SUMX by string from another table column
- 5 years ago
KristinaSp , That is not the ideal way to have a contract. You need to split that into rows and you need to take care of values when there is the same delivery number
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
you need measures like. Join based on contract id
Sumx(values(delivery[delivery no]),calculate(max(delivery[delivery value])))
KristinaSp , That is not the ideal way to have a contract. You need to split that into rows and you need to take care of values when there is the same delivery number
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
you need measures like. Join based on contract id
Sumx(values(delivery[delivery no]),calculate(max(delivery[delivery value])))
- KristinaSp5 years ago
Helper I
Thanks, I have found another solution but this was also helpful