Forum Discussion
bswank31
Helper II
2 years agomeasure issue with multiplying two fields; giving me wrong total
HI. I hope someone can help me out with an issue. I have a table of sites that shows YTD drilled meters and the cost per meter for that project that comes straight from a data source. What I am tryin...
- 2 years ago
Hi,
Does this measure work?
Measure = SUMX(VALUES(Data[Site]),[$/m * m])
bswank31
Helper II
2 years agoThank you! This helped solve my measure issue and also helped solve a similar issue i was having along the same lines.
thanks again and much appreciated.