Forum Discussion
Jackbaz99
4 years agoHelper I
Referencing Measures within Calculate
Hi, ihave created the follwoing code below to show zeros on a graph where the DATA doesnt exist, see below: Concessions Raised = SUMX(FILTER('Date Table','Date Table'[Date] <= TODAY()),CALCUL...
- 4 years ago
Hi amitchandak - I have figured the issue and the below does what i want to do
DPPM Number = AVERAGEX(FILTER('Date Table','Date Table'[Date] <= TODAY()) , SUM('Sub_Cust Reject'[Qty]) / SUM('Sub_Release Notes'[Qty]) * 1000000 + 0)Thanks for getting me on my way ๐
Jackbaz99
4 years agoHelper I
Hi amitchandak - I have figured the issue and the below does what i want to do
DPPM Number = AVERAGEX(FILTER('Date Table','Date Table'[Date] <= TODAY()) , SUM('Sub_Cust Reject'[Qty]) / SUM('Sub_Release Notes'[Qty]) * 1000000 + 0)
Thanks for getting me on my way ๐