If your subject is non-numeric (let's say field1), I suspect you will do a count on them. So add a measure in your universe that reads as Count(field1). Be aware that the returning measures are related to the dimensions you retrieve in your query.
So if you count for instance customerorders and select date as dimension you will see the number of orders per day. If you now drag in sales manager, the result will be number of orders per day per salesmanager.
Establish the percentage by creating a new variable (format %) that calculates Count(field1)/Sum(count(field1)) in a new column. See chapter 15 of the .pdf user's guide for calculations within specific contexts.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.