Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, i have a Meassure called " CXI Material MN" this is generad from the division of the 2 colums of a table. What I require is the sum of that messure but what results is an average.
The result shoul be $0.171 and not $0.043
Greetings
Solved! Go to Solution.
Hi,
I am not sure how your datamodel looks like, but please check the below picture and the attached pbix file.
Piecio Material MIN =
SUMX (
VALUES ( Data[Description] ),
CALCULATE ( MIN ( Data[Precio Material] ) )
)
Yield SUM =
SUM( Data[Yield] )
CXI material MIN =
SUMX (
VALUES ( Data[Description] ),
DIVIDE ( [Piecio Material MIN], [Yield SUM] )
)
Hi,
I am not sure how your datamodel looks like, but please check the below picture and the attached pbix file.
Piecio Material MIN =
SUMX (
VALUES ( Data[Description] ),
CALCULATE ( MIN ( Data[Precio Material] ) )
)
Yield SUM =
SUM( Data[Yield] )
CXI material MIN =
SUMX (
VALUES ( Data[Description] ),
DIVIDE ( [Piecio Material MIN], [Yield SUM] )
)
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |