Forum Discussion
unique value in measure column
- 3 years ago
Try
Sum of unique values = SUMX ( SUMMARIZE ( 'Table', 'Table'[Name], 'Table'[Price] ), 'Table'[Price] )
Try
Sum of unique values =
SUMX ( SUMMARIZE ( 'Table', 'Table'[Name], 'Table'[Price] ), 'Table'[Price] )
- Anonymous3 years agoNot applicable
Hi John,
Thanks for your inputs tried the suggestion but still the same.
Also tried below measure nothing seems to work
SUMX(VALUES('Table'[Price]),'Table'[Price])please suggest if we have any other optionThank you- johnt753 years agoSuper User
Are you sure you used the right measure in the second table visual, both columns have the same name ?
- Anonymous3 years agoNot applicable
Apologies John you are right some how while testing I might have added the same measure
Thank you again the measure works
- Anonymous3 years agoNot applicable
In my real time data the price column is coming from different table and it is not allowing to call price in the calculation any suggestions please
- johnt753 years agoSuper User
As long as the tables are related the same technique should work, you can summarize a table including values from a related table
- Anonymous3 years agoNot applicable
Thanks johnt75 dont know but initially when I have writted same formula it throwed an error deleted measure and re created and it worked.
Thanks for all your help