Forum Discussion
PBI5851
4 years agoHelper V
Adding Targets to Matrix
Hello, Please can you help me in adding target to the matrix. I tried to add a measure as Target =2 and it works for individual records but it does not sum and in the total it shows as 2 rather than...
- 4 years ago
Hi, maybe I misunderstand you, please try this one
complete_target =
var target = 2
return SUMX(SUMMARIZE(datatable,TM column),target)