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 col...
parry2k
Super User
3 years agospagad6263 you need to add a measure and use this in the visual
Measure =
IF ( HASONEVALUE ( Table[Id] ), MAX ( Table[Name] ), COUNTROWS ( Table ) )