Forum Discussion
cottrera
Post Prodigy
2 years agoDAX SUM query
Hi Community I have the following model in desktop Here is an example of the facts table. My Stock dimension table connects to the fact table using the UPRN field. The Stock dim...
- Anonymous2 years ago
Hi cottrera ,
Thanks for your feedback. If you still want to get it, you can create antoher new measure as below and replace the original measure [Members Affected] on the visual.
Measure = SUMX ( VALUES ( 'DIM_Stock'[UPRN] ), [Members Affected] )Best Regards
cottrera
Post Prodigy
2 years agoHi v-yiruan-msft & sjoerdvn by company has now decided they no longer need the insight that I was working on . Therefore the measure I required is no required. Thank you for your help
- Anonymous2 years agoNot applicable
Hi cottrera ,
Thanks for your feedback. If you still want to get it, you can create antoher new measure as below and replace the original measure [Members Affected] on the visual.
Measure = SUMX ( VALUES ( 'DIM_Stock'[UPRN] ), [Members Affected] )Best Regards