Forum Discussion
Anonymous
5 years agoNot applicable
Max table value
Hi, I have the following sales visual table where I have calculated the max sales product per employee: Employee Product Sales MaxSalesProduct Mike A 30.835 30.835 ...
- 5 years ago
Anonymous , check if measure like this can help
if(sum(SalesTable[Sales]) = [MaxSalesProduct],[MaxSalesProduct ], blank())
All other should be grouped/unsummarized columns in visual
amitchandak
5 years agoSuper User
Anonymous , check if measure like this can help
if(sum(SalesTable[Sales]) = [MaxSalesProduct],[MaxSalesProduct ], blank())
All other should be grouped/unsummarized columns in visual