Forum Discussion
Adding 2 measures into one measure
- 5 years ago
@Sriram_K, one way is that you put them together so you won't get line of points for the target
Cumm ? CALCULATE(SUM(Table1[Amount]) + SUM(Table2[forecast]),filter(allselected(date),date[date] <-maxx(date,date[date])))
O
Cumm : CALCULATE(SUM(Table1[Amount]) + SUM(Table2[forecast]),filter(allselected(date),date[date] <-max(Sales[Sales Date])))another way put them as a separate measure
Cumm AmountTM CALCULATE(SUM(Table1[Amount]) ,filter(allselected(date),date[date] <-maxx(date,date[date])))
Cumm forecastTM CALCULATE( SUM(Table2[forecast]),filter(allselected(date),date[date] <-maxx(date,date[date])))
Hi Anonymous ,
If only actual values display, it is probably because the projected values are not calculated correctly and get all the results as blank. Could you provide some sample data or .pbix file so that I can modify the measures accordingly? Please remove any sensitive information. Thanks.
Regards,
Jing
Hi Jing,
Thanks for your response, i don't have option to attach file. can you please provide your mail ID i will share via Google drive.
My ID: [email protected]
Thanks,
Sriram.K
- v-jingzhang5 years ago
Community Support
Hi Anonymous
Sorry I cannot provide my mail ID due to some reasons. Can you save it to Google drive or other cloud platforms and share the link here that I can download directly? Please remove any confidential information in it. Thank you.
Regards,
Jing