Forum Discussion
spagad6263
Post Patron
3 years agoTable Total appears unpected
Hi, I would like to show a table total (NOT matrix) like below (sample in Excel).
When the field [Name] is changed to Count, the whole column is now changed to 1, instead of the actual column info. Any suggestions?
1 Reply
- parry2k
Super User
spagad6263 you need to add a measure and use this in the visual
Measure = IF ( HASONEVALUE ( Table[Id] ), MAX ( Table[Name] ), COUNTROWS ( Table ) )