Forum Discussion
Convert Calculated Column to Measure, Need to use Row Context
- 4 years ago
Hi patrickrw99 ,
I create another measure, please try it and see if it works.
SumMeasure = SUMX ( VALUES ( 'Data Mapping'[AttributeA] ), [Measure] )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Thank you for your help, unfortunately, it still doesn't adhere to my needs. I think I also forgot to mention that I'm trying to display the data as a matrix classified by different values of AttributeB (In your case Based on Group A, Group B and Group C), and by doing so the numbers will be different as it will only take the Max Values of AttributeA and AttributeC that happens to have that specific AttributeB, which is not what I wanted to display. Please find the attached image that shows exactly what my problem is. I'm using the PBIX file you gave, just modifying the visual to highlight the problem. Thank you!
Hi patrickrw99 ,
I create another measure, please try it and see if it works.
SumMeasure = SUMX ( VALUES ( 'Data Mapping'[AttributeA] ), [Measure] )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.