Forum Discussion
AnkurSharma
Helper I
3 years agoTotal missing in measure
Hi everyone, I created one measure which shows count but it is not showing me total in the end. Thanks for your time and help. https://emails.azure.microsoft.com/redirect/?destination=ht...
- 3 years ago
Hi, AnkurSharma
Try to add another measure like:
Result = SUMX(VALUES(test[Company]),[Company count])Best Regards,
Community Support Team _ Eason
Anonymous
3 years agoNot applicable
Hello please try
Correct Total = IF(HASONEFILTER(table[main column on your visual table]),[Your Measure]